File size: 930 Bytes
00663a7
 
 
 
 
 
 
cacf4de
00663a7
 
 
 
a3d0d0a
 
 
 
 
 
e9e7177
 
 
 
a3d0d0a
 
e9e7177
cacf4de
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: Chat With Your Document
emoji: 🏆
colorFrom: gray
colorTo: green
sdk: streamlit
sdk_version: 1.30.0
app_file: PDF_chatbot.py
pinned: false
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference


# Langchain series 

This project was aimed at learning more about large language models and how to use them via langchain. It contains:

- Notebooks dedicated to learning how to use LangChain.
- a streamlit application which allows a user to query a self-uploaded PDF document

For my blog post on this project, go [here](https://slender-nutria-bf6.notion.site/Chat-with-your-document-app-b141d8c1c7bd4f3cb812316315186f23?pvs=4).

## Running instructions
If you'd like to run these notebooks and the application locally, install a python virtual environment using the environment.yaml file provided. Then, to run the app, run:
streamlit run PDF_chatbot.py in your terminal.