File size: 4,254 Bytes
72509bb
 
 
 
 
b25f61a
639420f
72509bb
 
 
 
 
ab8cc1b
 
 
 
 
639420f
 
ab8cc1b
 
639420f
 
 
 
 
 
 
 
 
 
 
ab8cc1b
 
 
639420f
 
 
 
 
 
ab8cc1b
 
 
639420f
 
 
 
 
 
 
 
 
 
 
 
ab8cc1b
 
 
639420f
 
 
 
 
 
 
 
 
ab8cc1b
 
 
639420f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
---
title: LitReviewAI
emoji: πŸ’»
colorFrom: green
colorTo: pink
sdk: streamlit
sdk_version: 1.60.0
app_file: app.py
pinned: false
short_description: πŸ‘‰ β€œTurn PDFs into Research Insights in Seconds."
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

---

```markdown
# πŸ“š LitReviewAI
## AI-Powered Research Literature Assistant


<p align="center">

<img src="assets/logo.png" width="180">

</p>


LitReviewAI is an intelligent research assistant designed to help researchers analyze, summarize, and organize scientific literature using Artificial Intelligence and Natural Language Processing.

It automates the tedious parts of literature review by extracting insights from research papers, identifying research gaps, discovering topics, and enabling interactive conversations with scientific documents.


---

# πŸš€ Demo

πŸ”— Hugging Face Space:

(Add your Space link here)


---

# ✨ Features


## πŸ“„ Automated Paper Analysis

Upload multiple research papers in PDF format and automatically extract:

- Paper title
- Authors
- Abstract
- Research information


---

## 🧠 AI-Powered Summarization

Using Large Language Models, LitReviewAI generates:

- Concise paper summaries
- Section-wise highlights
- Research limitations
- Potential research gaps


---

## πŸ”‘ Keyword Extraction

Extracts important scientific keywords using:

- Sentence Transformers
- KeyBERT
- Semantic embeddings


---

## πŸ“Š Topic Discovery

Discover research themes across multiple papers using:

- Latent Dirichlet Allocation (LDA)
- NLP-based topic modeling


---

## 🌐 Research Collaboration Network

Visualize:

- Author relationships
- Collaboration patterns
- Research communities


---

## πŸ’¬ Chat With Research Papers

Ask questions about uploaded papers and receive AI-generated answers based on extracted scientific content.


---

## πŸ“š Citation Management

Export analyzed papers into:

- BibTeX format
- CSV reports
- JSON summaries


---

# πŸ—οΈ System Architecture



PDF Papers
|
|
PyMuPDF Extraction
|
|
Metadata + Abstract Extraction
|
|
AI/NLP Pipeline
|
|------------------
| |
Summarization Keyword Extraction
(Groq LLM) (KeyBERT)
|
|
Research Insights
|
|
Interactive Streamlit Dashboard



---

# πŸ› οΈ Tech Stack


### Frontend

- Streamlit


### AI / NLP

- Groq LLM API
- Sentence Transformers
- KeyBERT
- Gensim LDA


### Document Processing

- PyMuPDF


### Visualization

- Plotly
- NetworkX
- WordCloud


### Data Processing

- Pandas
- Numpy


---

# πŸ“‚ Project Structure

LitReviewAI/

β”‚
β”œβ”€β”€ app.py
β”œβ”€β”€ requirements.txt
β”‚
β”œβ”€β”€ src/
β”‚ β”œβ”€β”€ embeddings.py
β”‚ β”œβ”€β”€ metadata_extractor.py
β”‚ β”œβ”€β”€ pdf_parser.py
β”‚ β”œβ”€β”€ ai_functions.py
β”‚ β”œβ”€β”€ topic_modeling.py
β”‚ β”œβ”€β”€ visualizations.py
β”‚ └── chat.py
β”‚
β”œβ”€β”€ components/
β”‚ β”œβ”€β”€ upload.py
β”‚ β”œβ”€β”€ summaries.py
β”‚ β”œβ”€β”€ insights.py
β”‚
β”œβ”€β”€ assets/
β”‚ └── logo.png
β”‚
└── data/sample_papers



---

# βš™οΈ Installation


Clone repository:

```bash
git clone https://github.com/Bano733-code/LitReviewAI.git

Install dependencies:

pip install -r requirements.txt

Run:

streamlit run app.py
πŸ” Environment Variables

Create Streamlit secrets:

.streamlit/secrets.toml

Add:

GROQ_API_KEY="your_api_key"
πŸ“– Research Applications

LitReviewAI can support:

Biomedical literature review
Computational biology research
AI-assisted scientific discovery
Systematic review workflows
Research hypothesis generation
πŸ”¬ Future Improvements

Planned features:

Vector database integration
Semantic paper search
RAG-based document retrieval
Citation recommendation
Automatic systematic review generation
Multi-document knowledge graphs
πŸ‘©β€πŸ’» Author

Bano Rani

BS Bioinformatics Student

Research Interests:

AI for Bioinformatics
Computational Biology
Biomedical NLP
Precision Medicine
πŸ“œ License

MIT License


---

This README will make LitReviewAI look like a **real AI research product**, not just a Streamlit assignment. It highlights the parts professors usually care about:

- scientific motivation
- AI methodology
- architecture
- reproducibility
- future research potential
- technical depth