asadnhasan commited on
Commit
cc55d50
Β·
1 Parent(s): ded982d

Update README.md

Browse files

HF Readme sync with GitHub Readme

Files changed (1) hide show
  1. README.md +66 -0
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
+ [![GitHub stars](https://img.shields.io/github/stars/asadnhasan/Pdf-Chat-App-Gradient)](https://github.com/asadnhasan/Pdf-Chat-App-Gradient/stargazers)
21
+ [![GitHub forks](https://img.shields.io/github/forks/asadnhasan/Pdf-Chat-App-Gradient)](https://github.com/asadnhasan/Pdf-Chat-App-Gradient/network)
22
+ [![GitHub issues](https://img.shields.io/github/issues/asadnhasan/Pdf-Chat-App-Gradient)](https://github.com/asadnhasan/Pdf-Chat-App-Gradient/issues)
23
+ [![Discord](https://img.shields.io/discord/your-server-ID?color=%237289DA&label=Discord&logo=discord&logoColor=white&style=flat-square)](https://discord.gg/EytJtd4dW4)
24
+ [![License](https://img.shields.io/github/license/asadnhasan/Pdf-Chat-App-Gradient)](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
+ ![PDF Chat Application UI](images/screenshot.png)
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!