ECS 171

How to run the web demo

  1. Install dependencies
  • fastapi
  • uvicorn
  • aiofiles
  • jinja2
    # can use this command to install dependencies
    pip3 install xxx
  1. Compile model files if needed through main.py (models are already pre-compiled in .pkl files).

  2. Run the server

    python3 app.py 

The Web Demo is also available online at https://ecs171-team11.herokuapp.com/.