Skip to content

Instantly share code, notes, and snippets.

@comdet
Created July 9, 2022 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save comdet/df492d6638d746d265d584d19c54eff3 to your computer and use it in GitHub Desktop.
Save comdet/df492d6638d746d265d584d19c54eff3 to your computer and use it in GitHub Desktop.
python3 -m venv ./venv
source ./venv/bin/activate
pip3 install flask==1.1.4
pip3 install flask-socketio==4.3.1
pip3 install flask_cors==3.0.10
pip3 install gdown
pip3 install Jinja2==2.10.1
pip3 install python-socketio==4.6.0
pip3 install python-engineio==3.13.2
pip3 install markupsafe==1.1.1
pip3 install tqdm
pip3 install opencv-python~=4.5
pip3 install tensorflow>=2.3
pip3 install pandas
pip3 install matplotlib
pip3 install scikit-learn
pip3 install imgaug==0.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment