Skip to content

Project using langchain and streamlit to do a web app that allows you to chat with a document or with your email with conversation memory.

Notifications You must be signed in to change notification settings

FredericoBaker/chat-with-the-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📄 Chat with the doc

Project using langchain and streamlit to do a web app that allows you to chat with a document or with your email with conversation memory. In this version the web app have a chat like UI with conversation memory.

Link for the live app: Live app

screenshot

How to run it locally

Follow these steps to set up and run the service locally :

Installation

Clone the repository :

git clone https://github.com/FredericoBaker/chat-with-the-doc-v2

Navigate to the project directory :

cd chat-with-the-doc-v2

Create a virtual environment :

python -m venv .venv
.\.venv\Scripts\activate

Install the requirements in the virtual environment :

pip install -r requirements.txt

Launch the project locally :

python -m streamlit run src/home.py

About

Project using langchain and streamlit to do a web app that allows you to chat with a document or with your email with conversation memory.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages