rishh76 commited on
Commit
22e24f2
·
verified ·
1 Parent(s): f67297b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -9
README.md CHANGED
@@ -1,12 +1,59 @@
1
  ---
2
- title: Major Prject
3
- emoji: 💬
4
- colorFrom: yellow
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 4.36.1
8
- app_file: app.py
9
- pinned: false
10
  ---
11
 
12
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: QueryHarbor
3
+ emoji: 📚
4
+ short_description: AI-powered document insights at your fingertips.
 
 
 
 
 
5
  ---
6
 
7
+
8
+ # PDF Insight AI
9
+
10
+ **Query Harbor:** An AI-powered tool that allows users to upload PDF documents and ask questions about their content. Using advanced natural language processing, it provides quick, accurate answers, streamlining document analysis for professionals and researchers across various fields.
11
+
12
+ ## Features
13
+
14
+ - PDF upload and processing
15
+ - AI-driven question answering
16
+ - User-friendly interface
17
+
18
+ ## Installation
19
+
20
+ 1. Clone the repository:
21
+ ```
22
+ git clone https://github.com/rishhongit/QueryHarbor.git
23
+ cd QueryHarbor
24
+ ```
25
+
26
+ 2. Install dependencies:
27
+ ```
28
+ pip install -r requirements.txt
29
+ ```
30
+
31
+ 3. Set up AI21 API key:
32
+ Create a `.env` file and add:
33
+ ```
34
+ AI21_API_KEY=your_api_key_here
35
+ ```
36
+
37
+ ## Usage
38
+
39
+ 1. Run the app:
40
+ ```
41
+ python app.py
42
+ ```
43
+
44
+ 2. Open the provided URL in your browser.
45
+
46
+ 3. Upload a PDF and ask questions.
47
+
48
+ ## Technologies
49
+
50
+ - Gradio
51
+ - LangChain
52
+ - AI21
53
+ - PyPDF2
54
+ - Sentence Transformers
55
+ - Chroma
56
+
57
+ ## Contributing
58
+
59
+ Contributions welcome. Please submit a Pull Request.