Skip to content

bogdanishere/BogdanGPTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BogdanGPT

BogdanGPT is a chatbot that allows users to ask questions based on documents uploaded to the server, using OpenAI's artificial intelligence. The chatbot intelligently processes the content of the provided documents to answer user queries accurately and efficiently. The project is built using Express.js and Next.js. To continue using this project, you will need to add your OpenAI organization and API keys in an environment file.

To use the application, you will need to follow the steps below:

  • Backend:

    Navigate to the backend and frontend directory and run the following command:

    npm install
  • In the backend directory, start the backend server by running:

    npm start
  • In the frontend directory, start the frontend development server by running:

     npm run dev
  • After starting both the backend and frontend, you can access the application by navigating to http://localhost:3000 in your web browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors