Skip to content

twxsha/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

AI Chatbot Project

Chatbot built leveraging OpenAI's Assistant API, Pinecone database, Huggingface vector embeddings

Run the app locally

Set Up Frontend

cd client

From the root of the project, change into the client directory.

npm install

To install all dependencies.

npm start

To start the frontend in your browser.

Set Up Backend

cd server

From the root of the project change into the server directory In a .env file set up secrets to establish connection to database, pinecone, openai etc.

npm install

Again run npm install to install all dependencies

npm start

Run npm start to start the frontend in your browser

Preview

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published