Vijayasaradhi

Results 3 comments of Vijayasaradhi

This project uses `poetry` for managing the packages. Please follow the steps given in the installation exactly. `pip install poetry` `cd ` `poetry install` `cp .env.example .env` `python download_model.py`

If you have installed poetry and installed the required libraries, you can run `poetry run python ingest.py`

If you are using poetry, please use poetry run python to activate the right environment. Otherwise you can use pip in a new environment.