Skip to content

coding404life/lexas-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperCar Virtual Sales Assistant

Chat interface that interacts with an AI agent through a backend API. The AI agent, named Lex, is a virtual sales lead follow-up assistant for SuperCar car dealerships.

Desktop

image

Tablet

image

Mobile

image

Getting Started

Running the Backend

You have two options to run the backend:

Option 1: Using Docker

cd backend
docker build -t SuperCar-assistant-backend.
docker run -p 8000:8000 SuperCar-assistant-backend

Option 2: Using Docker Compose

cd infrastructure
docker-compose up backend

Running with Docker Compose

cd infrastructure
docker-compose up

About

Lexas Ai is a SuperCar virtual sales Assistant using groq APi

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors