Babajaan commited on
Commit
1131033
·
verified ·
1 Parent(s): d8a6ae9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # First, let's check what directory we're in
2
+ pwd
3
+
4
+ # Create the README.md file in the current directory
5
+ cat > README.md << 'EOF'
6
+ ---
7
+ title: PubMed Search Engine
8
+ emoji: 🔬
9
+ colorFrom: blue
10
+ colorTo: purple
11
+ sdk: gradio
12
+ sdk_version: "4.44.0"
13
+ app_file: app.py
14
+ pinned: false
15
+ license: mit
16
+ ---
17
+
18
+ # 🔬 PubMed Search Engine
19
+
20
+ A powerful Gradio application that searches PubMed and filters results to show only articles from high-impact journals. Perfect for students and researchers who want to focus on the most credible and influential research.
21
+
22
+ ## Features
23
+
24
+ - **Smart Journal Filtering**: Automatically filters results to show only articles from high-impact journals
25
+ - **Advanced Search Options**: Filter by article type, publication year, and more
26
+ - **Impact Factor Display**: Shows Journal Impact Factor (JIF) and Quartile information
27
+ - **Beautiful UI**: Modern, responsive interface with dark theme
28
+ - **Real-time Search**: Fast PubMed API integration with intelligent caching
29
+
30
+ ## How to Use
31
+
32
+ 1. Enter your search query in the text box
33
+ 2. Select article type and other filters
34
+ 3. Choose sorting options (by JIF or Quartile)
35
+ 4. Click "Search PubMed" to get results
36
+ 5. View detailed article information with impact metrics
37
+
38
+ ## Technical Details
39
+
40
+ - Built with Gradio and Python
41
+ - Integrates with NCBI PubMed API
42
+ - Uses Journal Impact Factor 2024 data
43
+ - Supports advanced filtering and sorting
44
+
45
+ ## License
46
+
47
+ MIT License - feel free to use and modify!
48
+ EOF