Skip to content

msaadx/VoiceEnabledCustomerServiceAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • Python 3.x
  • Node.js & npm

Backend (FastAPI)

  1. Navigate to the backend source directory:
    cd backend/src
  2. Install the required Python dependencies:
    pip install -r ../requirements.txt
  3. Start the FastAPI server:
    uvicorn main:app --reload
    The backend will be running on http://127.0.0.1:8000.

Frontend (Vite)

  1. Navigate to the frontend directory:
    cd frontend
  2. Install npm dependencies:
    npm install
  3. Start the development server:
    npm run dev
    The frontend will be available at http://localhost:5173.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published