Ferocious0xide commited on
Commit
976d733
·
verified ·
1 Parent(s): a522109

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -66
README.md CHANGED
@@ -1,66 +0,0 @@
1
- ---
2
- title: AI Research Assistant
3
- emoji: 🔍
4
- colorFrom: blue
5
- colorTo: indigo
6
- sdk: gradio
7
- sdk_version: 3.50.2
8
- python_version: 3.9
9
- app_file: app.py
10
- pinned: false
11
- license: mit
12
- ---
13
-
14
- # AI Research Assistant
15
-
16
- A research assistant built to help discover and analyze AI and machine learning resources. Powered by Qwen2.5-Coder-32B and running on Hugging Face Spaces.
17
-
18
- ## Features
19
-
20
- ### Research Tools
21
- - Book search and analysis via Open Library
22
- - ArXiv paper search with real-time access
23
- - Web search through DuckDuckGo
24
- - Built-in calculator
25
- - Timezone conversion
26
-
27
- ## Example Queries
28
-
29
- ### Basic Research
30
- ```
31
- "Find recent papers about transformer architectures"
32
- "Search for books about deep learning fundamentals"
33
- "What's the latest research on reinforcement learning?"
34
- ```
35
-
36
- ### Complex Queries
37
- ```
38
- "Research request:
39
- 1. Find papers about LLMs and reinforcement learning
40
- 2. Show related books from the last 2 years
41
- 3. Calculate the percentage of papers focusing on specific techniques
42
- 4. Convert publication times to EST/PST"
43
- ```
44
-
45
- ## Technical Information
46
-
47
- - Model: Qwen2.5-Coder-32B
48
- - Framework: SmolagentsAI
49
- - APIs: ArXiv, Open Library, DuckDuckGo
50
-
51
- ## Limitations
52
-
53
- - Search results are paginated
54
- - Some papers require institutional access
55
- - Processing time varies with query complexity
56
-
57
- ## Usage Notes
58
-
59
- - Complex, multi-part queries are supported
60
- - Results include formatted summaries
61
- - Time zone conversions available
62
- - Mathematical calculations can be performed on results
63
-
64
- ---
65
-
66
- Created with SmolagentsAI | Hosted on Hugging Face Spaces