Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farukalamai/langchain-pdf-app-using-chatgpt

Build a ChatGPT-Powered PDF Assistant with Langchain and Streamlit
https://github.com/farukalamai/langchain-pdf-app-using-chatgpt

chatbot chatgpt gpt-4 langchain llm openai pdf python streamlit

Last synced: 3 months ago
JSON representation

Build a ChatGPT-Powered PDF Assistant with Langchain and Streamlit

Awesome Lists containing this project

README

        

# Build a ChatGPT-Powered PDF Assistant with Langchain and Streamlit

This app is an LLM-powered chatbot built using:
1. Streamlit
2. LangChain
3. OpenAI LLM model

## Step - 1

```
git clone https://github.com/farukalampro/Langchain-PDF-App-using-ChatGPT.git
```

## Step - 2

```
pip install -r requirements.txt
```

## Create your .env file with "OPENAI_API_KEY"

## Deployment

To run this code

```bash
streamlit run main.py
```