Spaces:
No application file
No application file
Commit
Β·
cc55d50
1
Parent(s):
ded982d
Update README.md
Browse filesHF Readme sync with GitHub Readme
README.md
CHANGED
@@ -11,3 +11,69 @@ license: mit
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
<div align="center">
|
16 |
+
<h1>PDF Chat Application with GradientAI Integration πβ¨</h1>
|
17 |
+
<img src="images/Imagetop.png" alt="PDF Chat Application Logo" width="300">
|
18 |
+
</div>
|
19 |
+
|
20 |
+
[](https://github.com/asadnhasan/Pdf-Chat-App-Gradient/stargazers)
|
21 |
+
[](https://github.com/asadnhasan/Pdf-Chat-App-Gradient/network)
|
22 |
+
[](https://github.com/asadnhasan/Pdf-Chat-App-Gradient/issues)
|
23 |
+
[](https://discord.gg/EytJtd4dW4)
|
24 |
+
[](LICENSE)
|
25 |
+
|
26 |
+
Welcome to the PDF Chat Application, where PDFs meet interactivity! This Streamlit-powered app lets you upload any PDF and chat away, asking any questions you have about the document's content. Dive into the magic of LlamaIndex and GradientAI and experience a new era of document interaction.
|
27 |
+
|
28 |
+

|
29 |
+
|
30 |
+
## π Features
|
31 |
+
|
32 |
+
- **Interactive Chat**: Engage with your PDFs using natural language.
|
33 |
+
- **Smart Indexing**: Powered by LlamaIndex for lightning-fast responses.
|
34 |
+
- **Cutting-edge AI**: Utilizing GradientAI's NLP to understand and process your queries.
|
35 |
+
- **Sleek UI**: Built with Streamlit for an intuitive user experience.
|
36 |
+
|
37 |
+
## βοΈ Installation
|
38 |
+
|
39 |
+
Want to get it running on your machine? It's as simple as:
|
40 |
+
|
41 |
+
```bash
|
42 |
+
git clone https://github.com/asadnhasan/Pdf-Chat-App-Gradient
|
43 |
+
cd asadnhasan/Pdf-Chat-App-Gradient
|
44 |
+
pip install -r requirements.txt
|
45 |
+
```
|
46 |
+
|
47 |
+
π Usage
|
48 |
+
To launch the app, spin it up with:
|
49 |
+
```
|
50 |
+
streamlit run app.py
|
51 |
+
```
|
52 |
+
Visit http://localhost:8501 in your browser and start chatting with your PDF!
|
53 |
+
|
54 |
+
π‘ How to Contribute
|
55 |
+
Got an idea to make this even better? Contributions are welcome!
|
56 |
+
|
57 |
+
Fork the Project
|
58 |
+
Create your Feature Branch (git checkout -b feature/AmazingFeature)
|
59 |
+
Commit your Changes (git commit -m 'Add some AmazingFeature')
|
60 |
+
Push to the Branch (git push origin feature/AmazingFeature)
|
61 |
+
Open a Pull Request
|
62 |
+
Don't forget to give this repo a β to help promote PDF Chat Application!
|
63 |
+
|
64 |
+
π License
|
65 |
+
Distributed under the MIT License. See LICENSE for more information.
|
66 |
+
|
67 |
+
## π Connect with Me
|
68 |
+
|
69 |
+
Hey there! I'm **Syed Asad**, the creator of this PDF Chat Application. If you're as excited about revolutionizing how we interact with PDFs as I am, let's connect!
|
70 |
+
|
71 |
+
- π **LinkedIn**: [Syed Asad](https://www.linkedin.com/in/syed-asad-76815246/) - Let's connect professionally and expand our networks.
|
72 |
+
- π§ **Email**: [asadnhasan@gmail.com](mailto:asadnhasan@gmail.com) - For inquiries, collaborations, or just a chat about technology and innovation.
|
73 |
+
- π **GitHub**: Follow my journey in open-source - [Syed's GitHub](https://github.com/asadnhasan)
|
74 |
+
- π¬ **Discord**: [Join our Discord Channel](https://discord.gg/EytJtd4dW4)
|
75 |
+
|
76 |
+
Feel free to reach out for discussions, collaborations, or just to say hi. I'm always open to new ideas and opportunities!
|
77 |
+
|
78 |
+
|
79 |
+
If you find the PDF Chat Application helpful or interesting, show some love with a β on GitHub. Happy chatting with your PDFs!
|