Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Запуск проекта локально

Предварительные требования

Шаги

  1. Распакуйте files/model.zip

  2. Создайте и активируйте виртуальное окружение Python (рекомендуется):

    python3 -m venv .venv
    source .venv/bin/activate
  3. Установите зависимости backend:

    pip install -r requirements.txt
  4. Запустите backend:

    cd back
    fastapi run main.py
  5. В новом окне терминала, установите зависимости frontend:

    cd front
    npm install
  6. Запустите frontend:

    npm run dev

Дополнительная информация

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages