Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ Welcome to the **Research Paper Summarizer** — a powerful tool designed to aut
|
|
39 |
|
40 |
1. **Upload** a research paper image or PDF.
|
41 |
2. The system performs **OCR** to extract readable text.
|
42 |
-
3. A custom prompt is sent to **LLaMA 3** using the `Groq API`.
|
43 |
4. The app returns:
|
44 |
- A concise **summary**
|
45 |
- A list of **key subdomains & topics** covered
|
@@ -48,7 +48,7 @@ Welcome to the **Research Paper Summarizer** — a powerful tool designed to aut
|
|
48 |
|
49 |
## 🛠 Tech Stack
|
50 |
|
51 |
-
- 🧠 **[LLaMA 3-70B](https://huggingface.co/meta-llama)** via Groq API
|
52 |
- 🧾 **EasyOCR** for image-to-text
|
53 |
- ⚙️ **Langchain** for structured prompt engineering
|
54 |
- 🖼 **OpenCV** and **pdf2image** for input handling
|
|
|
39 |
|
40 |
1. **Upload** a research paper image or PDF.
|
41 |
2. The system performs **OCR** to extract readable text.
|
42 |
+
3. A custom prompt is sent to **LLaMA 3.3** using the `Groq API`.
|
43 |
4. The app returns:
|
44 |
- A concise **summary**
|
45 |
- A list of **key subdomains & topics** covered
|
|
|
48 |
|
49 |
## 🛠 Tech Stack
|
50 |
|
51 |
+
- 🧠 **[LLaMA 3.3 -70B](https://huggingface.co/meta-llama)** via Groq API
|
52 |
- 🧾 **EasyOCR** for image-to-text
|
53 |
- ⚙️ **Langchain** for structured prompt engineering
|
54 |
- 🖼 **OpenCV** and **pdf2image** for input handling
|