Skip to content

lawaldemur/LiveAI-hackathon

Repository files navigation

LiveAI-hackathon

Launch

  1. Create a virtual environment:

    • MacOS and Linux:
      python3 -m venv venv
    • Windows:
      python -m venv venv
  2. Activate the virtual environment:

    • MacOS and Linux:
      source venv/bin/activate
    • Windows:
      venv\Scripts\activate

Note: To deactivate the virtual environment: deactivate

  1. Install python dependecies:

    pip install -r requirements.txt
  2. Go to React folder and install dependencies:

    cd react-app/ && npm install
  3. To run the server:

    cd ..
    python ./app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors