Skip to content

Instantly share code, notes, and snippets.

View Ravi2712's full-sized avatar
🏠
Working from home

Jay Patel Ravi2712

🏠
Working from home
View GitHub Profile

Python Coding Challenge

This coding challenge is an exercise to look at your programming style. This is your chance to show off your programming design skills, your testing habits (unittest), and your attention to details. Your solution should be well documented and tested for production release. It should follow good Python conventions, and should be easy to get running.

Acceptance criteria

  • A single zip file named <lastname_jobposition_date.zip>
  • python files (you can create as many files as you want, you are allowed to create framework template)
@Ravi2712
Ravi2712 / README.md
Last active October 15, 2023 17:35
Install Pytorch with virtualenv

Create requirements.txt file & add some required libraries to install via pip

opencv-python
numpy
Pillow
matplotlib
tqdm