Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 607 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 607 Bytes

Mood_Detection_CVC

To begin developing just run the following in CLI:

  1. Clone the repo

    git clone https://github.com/marwanatef2/Mood_Detection_CVC.git

  2. Go to backend folder

    cd api

  3. Create Virtual environment

    python -m venv venv

  4. Activate Virtual environment
    • In shell

      venv/Scripts/activate

    • Or in Git Bash

      cd venv/Scripts
      . activate
      cd ../..

  5. Install dependencies

    pip install -r requirements.txt

  6. To run server

    flask run

To Start the App:

  1. Download dependicies

    npm install

  2. Run App

    npm start