Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,25 +1,14 @@
|
|
| 1 |
---
|
| 2 |
title: Chat With Documents
|
| 3 |
emoji: π
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: streamlit
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
| 13 |
-
---
|
| 14 |
-
|
| 15 |
-
# Chat With Documents π€π
|
| 16 |
-
|
| 17 |
-
Welcome to the **Chat with Documents** app! π This Streamlit app allows you to upload PDF and PPT files, extract their content, store the extracted text in a vector store, and interact with it using natural language queries! π€π¬
|
| 18 |
-
|
| 19 |
-
Built with **LangChain**, **OpenAI**, **Streamlit**, and **Astra DB**, this project leverages the power of LLMs (Large Language Models) to allow users to chat with their documents like never before. π§
|
| 20 |
-
|
| 21 |
-
---
|
| 22 |
-
|
| 23 |
### π **Features**
|
| 24 |
|
| 25 |
- **PDF & PPT Extraction**: Upload PDF and PowerPoint files to extract text! πβ‘οΈπ
|
|
|
|
| 1 |
---
|
| 2 |
title: Chat With Documents
|
| 3 |
emoji: π
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: streamlit
|
| 7 |
+
sdk_version: 1.13.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
### π **Features**
|
| 13 |
|
| 14 |
- **PDF & PPT Extraction**: Upload PDF and PowerPoint files to extract text! πβ‘οΈπ
|