Loading repository data…
Loading repository data…
davutbayik / repository
AutoAdvisor is an AI-powered business strategy assistant that validates user-submitted business ideas, generates strategic reports using multi-agent reasoning, and delivers actionable insights including a SWOT analysis.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
AutoAdvisor is an AI-powered business strategy assistant that helps users transform raw business ideas into validated, actionable strategies using advanced language models and autonomous AI agents. It validates ideas, rephrases vague inputs, performs strategic analysis, and delivers a detailed final report including a SWOT analysis.
👉 Live App
Clone the repository:
git clone https://github.com/davutbayik/auto-advisor-ai
cd auto-advisor-ai
Create and activate a virtual environment (Optional-Recommended):
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
Install the required packages:
pip install -r requirements.txt
Run Streamlit app:
streamlit run main.py
Create a .env file in the root directory with:
OPENAI_API_KEY=your_openai_api_key
SERPER_API_KEY=your_serperapi_key
This project is licensed under the terms of the MIT License.
You are free to use, modify, and distribute this software as long as you include the original license.
Made with ❤️ by Davut Bayık — feel free to reach out via GitHub for questions, feedback, or collaboration ideas.
⭐ If you found this project helpful, consider giving it a star!