Skip to content

This is a repository to test my skills with image processing, image recognition and artificial intelligence.

Notifications You must be signed in to change notification settings

Lucs1590/image_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image challenge

This is a repository to test my skills with image processing, image recognition and artificial intelligence.

Installation of prerequisites

pip install -r requirements.txt

How to run?

To execute exercise 1, simply run the following code in the terminal:

python src/exercise1.py

And to execute exercise 2:

python src/exercise2.py

Tests

To check the test question, run:

python -m unittest discover tests/

Documentation

To read the documentation for exercise 1 or 2, in the src folder, you can execute, respectively:

python -m pydoc src/exercise1.py
python -m pydoc src/exercise2.py

Or, to view in browser:

python -m pydoc -b