This project provides a web service that exposes a single endpoint to classify log text using a set of predefined classifiers. The service is built with FastAPI and can be easily deployed using Docker.
- Single Endpoint:
/classifyaccepts a JSON payload with atextfield. - Classification: Returns a list of matching classifiers based on the input text.
- Docker Support: Easily containerize and deploy the application.
- Python 3.9+
- Docker (optional, for containerized deployment)