Dependencies:
- python
- deeppavlov library
Fill .env file:
DOC_CONSTRUCTOR_DEV_DATABASE_USERNAME=<your_postgres_username>
DOC_CONSTRUCTOR_DEV_DATABASE_PASSWORD=<your_postgres_password>
Install dependencies:
pip install deeppavlov
python -m deeppavlov install topics_distilbert_base_uncased
python -m deeppavlov download topics_distilbert_base_uncased
bundle install
npm install
Run front dev build:
foreman start -f Procfile.dev
Run server:
rails s