Best Flask open-source libraries and packages

ECatVdog CNN

Web app that classifies images using Deep Learning with TensorFlow.
Updated 1 year ago

CATvDOG

Logo

Web app made with Flask that classifies images using Deep Learning with TensorFlow.

How does it work?

Demo GIF

Requirements Installation

You can install the requirements by using the command below:

pip install -r requirements.txt

For those who use different CPU architecture such as Apple Silicon M1/M2, you may encounter an issue with tensorflow. You can install it separately using conda, such as:

conda install -c conda-forge tensorflow