The program de facto related to a neural network =D
Instructions:
- Clone this repository into your select directory path;
- Open project directory in your IDE (for example: 'Visual Studio Code');
- Create the BASH terminal, make sure, that you enter location path is equal to project location and enter command: 'python -m venv venv', 'source venv/Scripts/activate';
- So update the pip package manager in way of enter command: 'python -m pip install --upgrade pip';
- Setup the using library by enter one more command: 'pip install -r requirements.txt'.
And only now can run python script.