Competence project
-
Create and run a virtual environment
python3 -m venv venv source venv/bin/activate -
Install all requirements
pip3 install -r requirements.txt
-
Create a file
settings.cfg:- Find a file
template_settings.cfg - Copy it and rename to
settings.cfg - Fill in necessary settings. Learn More
- Find a file
-
Training a model
python3 -m launch --train
About model configuration.
-
Run flask application
python3 -m launch --web
-
Start scraping worker
python3 -m launch --scrape