Skip to content

sharbt/ChatBot

 
 

Repository files navigation

Cource-code-analysis-using-GenAIClone the repository

Project repo: https://github.com/santoshbt/ChatBot

STEP 01- Create a conda environment after opening the repository

conda create -n llmapp python=3.8 -y conda activate llmapp

STEP 02- install the requirements

pip install -r requirements.txt Create a .env file in the root directory and add your OPENAI_API_KEY credentials as follows: OPENAI_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

Finally run the following command

python app.py

open up localhost:

Techstack Used:

Python LangChain Flask OpenAI GPT 3 ChoromaDB

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 36.8%
  • Jupyter Notebook 29.0%
  • HTML 20.4%
  • CSS 13.8%