- langchain_google_genai
- django
- manim
- python-dotenv
- Create
.env
file with your Gemini API key
GOOGLE_API_KEY=your-api-key-here
- Run the following command
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python manage.py runserver