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
- Host: GitHub
- URL: https://github.com/r-moret/humor-detection-ml-api
- Owner: r-moret
- Created: 2022-09-19T22:30:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T15:49:34.000Z (over 3 years ago)
- Last Synced: 2025-03-24T08:44:12.457Z (over 1 year ago)
- Topics: fastapi, huggingface, machine-learning, python
- Language: Python
- Homepage:
- Size: 8.42 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.