Skip to content

Developed a chatbot trained on my own data (university website) to interact with it

Notifications You must be signed in to change notification settings

tanios13/Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

College Chatbot

In this project, we implement chatbot trained on our own data (Admissions, Insitutions, Professional Insertion...). This chatbot answers any questions about these data.

image

Installation

This shows how to setup the environement with anaconda to run the project

  1. Clone the repo
git clone [email protected]:tanios13/Chatbot.git
  1. Open the Anaconda Prompt, cd to the directory of the project and create a new env:
conda create --name myenv python=3.8
  1. Install the list of required packages:
pip install -r requirements.txt
  1. Install the package in editable mode (used to fix import from sibling folders):
pip install -e .
  1. Export the OPENAI api key
conda env config vars set OPENAI_API_KEY=sky
conda deactivate env_name
conda activate env_name
  1. Export the PINECONE api key
conda env config vars set PINECONE_API_KEY=sky
conda deactivate env_name
conda activate env_name
  1. Use your new env as your python interpreter in your editor.

About

Developed a chatbot trained on my own data (university website) to interact with it

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published