Skip to content

Codingnaveen46/PythonChatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Streamlit Chatbot

Simple chatbot app built with:

  • streamlit
  • langchain
  • langchain_openai
  • langchain_core
  • python-dotenv

Setup

  1. Create and activate a virtual environment:
python3 -m venv .venv
source .venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Add your OpenAI key:
cp .env.example .env

Then set OPENAI_API_KEY in .env.

  1. Run the app:
streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors