- Python: 3.10
- Python package management: poetry
- Change Dir to
src/core
- Copy
.env.example
to.env
- Install python packages
$ make install
or$ poetry install
- Run APP
$ make run
or$ poetry run streamlit run src/main.py
src/core
.env.example
to .env
$ make install
or $ poetry install
$ make run
or $ poetry run streamlit run src/main.py