CoolFace
Apppublic

xnetba/ChatPDF

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes
README.md35 linesDownload Raw Back to root
1---2license: mit3title: PDF Experimentation4sdk: streamlit5emoji: ๐Ÿš€6colorFrom: purple7colorTo: gray8pinned: true9app_file: app.py10duplicated_from: ritikjain51/PDF-experimentation11---12 13## Next Steps14 15- [x] Build UI using Streamlit16- [x] Add Advance Settings in sidebar17- [x] Build backend using Langchain18- [x] Dockerize 19- [ ] Add Docs20 21 22### UI Components23 24- [x] Add Upload PDF Tab25- [x] Show PDF Tab26- [x] Question Answer Tab27- [x] Conversational Tab28- [x] Advance Settings29- [x] Model Settings30 31### Backend Components32- [x] Read PDF and ingest33- [x] Fetch Configuration 34- [x] Vector DB Indexing35- []