1. Загрузите репозиторий на свой компьютер и откройте её в вашей предпочитаемой среде разработки (IDE).
git clone https://github.com/ikanam-ai/hack-media-wise.git
2. Откройте терминал в IDE, перейдите в директорию media
и выполните там следующую команду:
poetry install
3. Дождитесь установки зависимостей, а затем запустите приложение через Poetry:
poetry run start
├── LICENSE <- Open-source license if one is chosen
├── README.md <- The top-level README for developers using this project.
│
├── docs <- A default mkdocs project; see mkdocs.org for details
│
├── models <- Trained and serialized models, model predictions, or model summaries
│
├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering),
│ the creator's initials, and a short `-` delimited description, e.g.
│ `1.0-jqp-initial-data-exploration`.
│
└── media <- Source code for use in this project.