Admin Panel

Flask Backend Required: The admin panel requires the Flask application to be running. Start it with: python main.py

Getting Started

  1. Make sure you have Python installed
  2. Install dependencies: pip install -r requirements.txt
  3. Set your DeepSeek API key in environment variables
  4. Run: python main.py
  5. Visit: http://localhost:5000