An AI-powered study assistant that generates structured study plans for any topic.
Clone the repo:git clone https://github.com/diksha-codess/ai-study-assistant.git
Go to project folder:
cd ai-study-assistant
python -m venv venv venv\Scripts\activate
pip install -r requirements.txt
app.py:client = OpenAI(api_key=”YOUR_API_KEY”)
uvicorn app:app –reload
frontend/index.html