stas224 / TenderHack-NN-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First of all you need to unzip files inside data1.zip into the root folder

  1. create venv:
python -m venv venv
  1. activate venv:
venv/Scripts/activate
  1. install dependencies:
pip install -r requirements.txt
  1. start application:
uvicorn test:app
  1. application started:
it is located on localhost:8000

About


Languages

Language:HTML 67.5%Language:Python 32.5%