ai-study-assistant

AI Study Assistant

About

An AI-powered study assistant that generates structured study plans for any topic.

Tech Stack

How to Run

  1. Clone the repo:git clone https://github.com/diksha-codess/ai-study-assistant.git

  2. Go to project folder:

cd ai-study-assistant

  1. Create virtual environment:

python -m venv venv venv\Scripts\activate

  1. Install dependencies:

pip install -r requirements.txt

  1. Add your OpenAI API key in app.py:

client = OpenAI(api_key=”YOUR_API_KEY”)

  1. Run backend:

uvicorn app:app –reload

  1. Open frontend:

frontend/index.html

Features

Future Scope