Admin Panel
Flask Backend Required: The admin panel requires the Flask application to be running.
Start it with:
python main.py
Getting Started
- Make sure you have Python installed
- Install dependencies:
pip install -r requirements.txt - Set your DeepSeek API key in environment variables
- Run:
python main.py - Visit:
http://localhost:5000