update readme
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# PaperFlux: AI Research Paper Insights
|
| 2 |
|
| 3 |
PaperFlux is a Streamlit based web application powered by Gemini that automatically fetches, analyzes, and explains the latest AI research papers from Hugging Face's daily curated list. Using Google's Gemini Pro AI, it provides in-depth explanations and technical breakdowns of complex research papers, making cutting-edge AI research more accessible.
|
|
@@ -87,4 +98,4 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
| 87 |
|
| 88 |
## License
|
| 89 |
|
| 90 |
-
This project is licensed under the MIT License - see the LICENSE file for details.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: PaperFlux
|
| 3 |
+
emoji: 📚
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.30.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# PaperFlux: AI Research Paper Insights
|
| 13 |
|
| 14 |
PaperFlux is a Streamlit based web application powered by Gemini that automatically fetches, analyzes, and explains the latest AI research papers from Hugging Face's daily curated list. Using Google's Gemini Pro AI, it provides in-depth explanations and technical breakdowns of complex research papers, making cutting-edge AI research more accessible.
|
|
|
|
| 98 |
|
| 99 |
## License
|
| 100 |
|
| 101 |
+
This project is licensed under the MIT License - see the LICENSE file for details.
|