danielsuarez-mash
Updated readme
cacf4de

A newer version of the Streamlit SDK is available: 1.40.0

Upgrade
metadata
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.

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.