Используемые технологии: python = "^3.11"
Скопируйте репозиторий с помощью команды: $ git clone https://github.com/RuslanSayfullin/deep-learning-with-python.git Перейдите в основную директорию с помощью команды: $ cd deep-learning-with-python
$ python3 -m venv venv
$ source venv/bin/activate
Установить зависимости из файла requirements.txt: (venv) $ pip install -r requirements.txt
Cоздания файла зависимостейс помощью команды: $ pip freeze > requirements.txt
======================================================================================================================== https://github.com/fchollet/deep-learning-with-python-notebooks