PDF-experimentation / README.md
ritikjain51's picture
Update README.md
e6eba57
|
raw
history blame contribute delete
556 Bytes
---
license: mit
title: PDF Experimentation
sdk: streamlit
emoji: πŸš€
colorFrom: purple
colorTo: gray
pinned: true
app_file: app.py
---
## 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
- []