ChatPDF / README.md
xnetba's picture
Duplicate from ritikjain51/PDF-experimentation
e7afcc5
---
license: mit
title: PDF Experimentation
sdk: streamlit
emoji: 🚀
colorFrom: purple
colorTo: gray
pinned: true
app_file: app.py
duplicated_from: ritikjain51/PDF-experimentation
---
## Next Steps
- [x] Build UI using Streamlit
- [x] Add Advance Settings in sidebar
- [x] Build backend using Langchain
- [x] Dockerize
- [ ] Add Docs
### UI Components
- [x] Add Upload PDF Tab
- [x] Show PDF Tab
- [x] Question Answer Tab
- [x] Conversational Tab
- [x] Advance Settings
- [x] Model Settings
### Backend Components
- [x] Read PDF and ingest
- [x] Fetch Configuration
- [x] Vector DB Indexing
- []