A python based backend for hosting ML models from Google's Teachable Machine and Running demos on webcam
This codebase does the following steps:
- Using exported Keras models as REST APIs
- Running exported models at runtime using webcam
This project is greatly inspired from AutoML implementations
This project uses a number of open source projects to work properly:
- Python - awesome language we love
This project requires the standard Python 3.6+ to run (Use 3.6 only, not 3.7 or 3.8)
$ git clone [email protected]:pourabk-hexaware/insights-teachable-machine-wrapper.git
OR
$ https://github.com/pourabk-hexaware/insights-teachable-machine-wrapper.git
$ cd insights-teachable-machine-wrapper
$ pip install -r requirements.txt
$ python webcam.py
$ python app.py
Public