Skip to content

hande-k/chat_analytics_service_new_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Analytics Service

This is the backend service for the Chat Analytics system, responsible for processing and serving chat data via an API.

Getting Started

Prerequisites

  • Ensure you have Poetry installed for dependency management.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/chat_analytics_service_public_1.git
    cd chat_analytics_service_public_1
  2. Install dependencies:

    poetry install
  3. Start the service:

    poetry run uvicorn src.app.main:app --port 5001
  4. Access the service:

    http://127.0.0.1:5001/
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages