An open API service indexing awesome lists of open source software.

https://github.com/r-moret/humor-detection-ml-api

Detection of humorous sentences through a Machine Learning language model (ALBERT). API creation has been done with FastAPI and the consumer app to interact with the API is built with Streamlit
https://github.com/r-moret/humor-detection-ml-api

fastapi huggingface machine-learning python

Last synced: about 1 month ago
JSON representation

Detection of humorous sentences through a Machine Learning language model (ALBERT). API creation has been done with FastAPI and the consumer app to interact with the API is built with Streamlit

Awesome Lists containing this project

README

          

Simple Machine Learning API

---









This is a side project to practice API development and ML model deployment. It consists on a Python application built with [FastAPI](https://fastapi.tiangolo.com/) for the backend and [Streamlit](https://streamlit.io/) for the frontend, to serve a ML HuggingFace Language model.