simple machine learning image classifier GUI app for beginners
A taipy based GUI application that can classify images of animals and vehicles!
- The interface of the app was designed with Taipy GUI: https://github.com/Avaiga/taipy
- The neural network used in the app was designed with Tensorflow: https://github.com/tensorflow
- The user provided images were loaded with Pillow: https://github.com/python-pillow/Pillow
- And Numpy was used to normalize those images: https://github.com/numpy/numpy
- Create a new environment
mamba env create -f requirements.yml
- Activate the environment:
mamba activate taipy
- Start the web app:
python classifier.py