An Android app that classifies Dog Cat images with a Rest API. Built with docker (Python and Mysql images)
Specifications
- Using Python (Flask) to build a webpage and a Rest API to connect Android App
- The webpage frontend is responsive and was build with Materialize CSS
- Use of Jquery
- The classifications inside the app were made by a IMG classifier model build in Keras
- For the Android App JAVA
- All traffic between api and app were encrypt and decrypt with RSA (Python and JAVA connection)
- Every save inside a Mysql Image in docker
- Everything build on top od Docker (Dockerfile in the flask and Dockercompose.yaml to connect python and mysql)