AI Study Buddy is a Flask-based web application that helps you study and learn more effectively using Google’s Generative AI.
git clone https://github.com/msafeerhassan/aistudybuddy.git
cd ai-study-buddy
python -m venv venv
# On Windows
venv\Scripts\activate
# On macOS/Linux
source venv/bin/activate
pip install -r requirements.txt
.env file in the root directory and add your Google API key:
GOOGLE_API_KEY=your_api_key_here
python app.py
Open your web browser and navigate to http://localhost:5000
app.py: Main Flask application filerequirements.txt: Project dependenciesstatic/: Static files (CSS, JavaScript)templates/: HTML templates.env: Environment variables (API keys)Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
If you encounter any issues or have questions, please open an issue in the GitHub repository.