Idea Crafter is a web application that generates unique business ideas based on user input, leveraging OpenAI's GPT model. Users can specify an industry, problems they want to solve, desired impacts, and skills they wish to learn.
- Python 3.7 or higher
- Pip (Python package manager)
git clone https://github.com/umairazmat/Idea-Crafter
cd Idea-Crafter
python -m venv idea-crafter
.\idea-crafter\Scripts\activate
.\idea-crafter\Scripts\activate
source idea-crafter/bin/activate
pip install -r requirements.txt
OPENAI_API_KEY=your_actual_api_key
OPENAI_API_BASE=
streamlit run .\project\app.py
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass