This is the backend service for the Chat Analytics system, responsible for processing and serving chat data via an API.
- Ensure you have Poetry installed for dependency management.
-
Clone the repository:
git clone https://github.com/your-username/chat_analytics_service_public_1.git cd chat_analytics_service_public_1
-
Install dependencies:
poetry install
-
Start the service:
poetry run uvicorn src.app.main:app --port 5001
-
Access the service:
http://127.0.0.1:5001/