https://github.com/nanda-gopal-sb/pdfreader
A chatbot that can answer questions about the uploaded pdf. Deployed on Hugging Face.
https://github.com/nanda-gopal-sb/pdfreader
Last synced: 4 months ago
JSON representation
A chatbot that can answer questions about the uploaded pdf. Deployed on Hugging Face.
- Host: GitHub
- URL: https://github.com/nanda-gopal-sb/pdfreader
- Owner: nanda-gopal-sb
- Created: 2024-07-25T14:11:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T17:10:59.000Z (9 months ago)
- Last Synced: 2024-12-16T05:09:21.492Z (6 months ago)
- Language: Python
- Homepage: https://huggingface.co/spaces/nandagopalsb/PdfReader
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## PdfReader
PdfReader is a Streamlit-based application that allows users to upload and read PDF files directly in their browser. This tool is designed to make it easy to extract and display text from PDF documents.
### Features
- Upload PDF files
- Extract text from PDFs
- Display extracted text in the browser
- Simple and intuitive user interface### Installation
To install the required dependencies, run:
```bash
pip install -r requirements.txt
```### Usage
To start the application, run:
```bash
streamlit run app.py
```### License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
### Contributing
Contributions are welcome! Please open an issue or submit a pull request for any changes.
### Contact
For any questions or suggestions, please contact [[email protected]](mailto:[email protected]).