rohanrao619 / Social_Distancing_with_AI

Monitor people violating Social Distancing or not wearing Face Masks in public through CCTV footage.
MIT License
61 stars 42 forks source link

Install dependencies by using a requirements.txt #3

Closed abx393 closed 3 years ago

abx393 commented 4 years ago

Consider adding in the root directory a requirements.txt file that contains all required dependencies, instead of installing each package individually. Then run: pip install -r requirements.txt.

rohanrao619 commented 4 years ago

Thanks for the recommendation. I will try adding that with specific version requirements as well.