Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,59 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
|
5 |
-
colorTo: purple
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 4.36.1
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|