marcogdepinto/Deep-learning-model-deploy-with-django
Serving a keras model (neural networks) in a website with the python Django-REST framework.
This project helps you quickly get a deep learning model, specifically an emotion classifier for audio, up and running on a website. You can upload an audio file and receive a prediction of the emotion expressed in it. It's designed for developers who need a straightforward way to deploy a Keras model and provide a simple user interface for interaction.
No commits in the last 6 months.
Use this if you are a developer looking for a basic framework to serve a Keras deep learning model as a web service with a simple UI for users to upload audio and get predictions.
Not ideal if you are a non-developer seeking a ready-to-use emotion classification tool without needing to set up a web server or database.
Stars
94
Forks
36
Language
Python
License
GPL-3.0
Category
Last pushed
Jul 13, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/marcogdepinto/Deep-learning-model-deploy-with-django"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ai4os/DEEPaaS
A REST API to serve machine learning and deep learning models
GZTipDM/TipDM
TipDM建模平台,开源的数据挖掘工具。
pratos/flask_api
Creating a Machine Learning API using Flask - Repository for AV Article
datmo/datmo
Open source production model management tool for data scientists
kb22/ML-React-App-Template
This is a template for creating a Machine Learning application with its front-end developed...