Skip to content

yankeexe/demo-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demo Chat App

Demo chat app code for the YouTube video.

Watch the video 👇

🔨 Tools

⚡️ Instructions

  • Clone the repo

  • Create and activate virtual environment

  • Install dependencies

    pip install -r requirements.txt
  • Run the application

    streamlit run app.py