https://github.com/fraglyg/classifier_m
Classifier API originally used for https://butlerbot.net
https://github.com/fraglyg/classifier_m
ai zero-shot-classification
Last synced: 9 months ago
JSON representation
Classifier API originally used for https://butlerbot.net
- Host: GitHub
- URL: https://github.com/fraglyg/classifier_m
- Owner: FraglyG
- Created: 2024-04-01T16:38:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T04:39:11.000Z (over 1 year ago)
- Last Synced: 2025-08-08T01:20:59.675Z (11 months ago)
- Topics: ai, zero-shot-classification
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Public facing API for some zero shot classification model. Originally used for [ButlerBot](https://butlerbot.net) but since sunset. I'll update this readme if I ever recall which zero-shot model this was built for, though it likely will work for other huggingface zero shot classification models due to a unified API.
This was built to be used within a Docker container with a volume attached on `/app/data` (assuming this app is mounted to `/app`)
Note, this isn't a production build since it was only used for testing purposes. I used it under a private network and only made it public facing through another app as a proxy. Authentication will likely be required for a production build unless a similar approach is used.