niyasrad / FrogAI

Monitor recommendation web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FrogAI: Monitor Recommendations

Scc Count Badge

A web application for providing high quality up-to-date monitor recommendations.

Setup

Fork the repository before cloning it.

  1. Install Node.js
  2. Enter the vite-project directory: cd vite-project
  3. Install the required packages: npm install
  4. Build the frontend for production use: npm run build
  5. Return to the top-level directory: cd ..
  6. Install python@3.9 or higher
  7. Create a virtual environment: python3 -m venv venv
  8. Activate the environment:
    • Mac or Linux: source venv/bin/activate
    • Windows: venv\Scripts\activate
  9. Install the required packages: pip install -r requirements.txt
  10. Run the production server: gunicorn api.wsgi:app

About

Monitor recommendation web application

License:MIT License


Languages

Language:TypeScript 60.4%Language:Python 21.9%Language:CSS 15.2%Language:Jupyter Notebook 2.1%Language:HTML 0.4%