Add a requirements.txt to facilitate installation
See original GitHub issueWould you mind adding the following to a requirements.txt
?
# tensorflow-gpu
tensorflow
keras
opencv-python
beautifulsoup4
imageio
matplotlib
scikit-learn
tqdm
jupyter
or
# tensorflow-gpu==1.13.1
tensorflow==1.13.1
keras==2.2.4
opencv-python==4.0.0.21
beautifulsoup4==4.7.1
imageio==2.5.0
matplotlib==3.0.3
scikit-learn==0.20.3
tqdm==4.31.1
jupyter==1.0.0
Thanks for your work 😉
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
python - Automatically create requirements.txt - Stack Overflow
Generate requirements.txt after development, when we want to deploy it. It is performed by pip freeze > requirements. · Add every module to...
Read more >requirements.txt in your requirements.txt - DEV Community
In this application, I have two requirements files, one for production install, and one for development. requirements.txt:.
Read more >How to install Python packages with pip and requirements.txt
The following command will install the packages according to the configuration file requirements.txt . $ pip install -r requirements.txt. You ...
Read more >Managing Python packages using the requirements.txt file
Typically, the file that has information on all dependencies is called the requirements. txt file.
Read more >to-requirements.txt · PyPI
Automatically add and delete modules to requirements.txt installing them using pip. ... And install to-requirements.txt automatically. Customizable.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Good point @aurelien-clu, will do soon (on vacation right now). Should have done this a long time ago.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.