Spaces:
Runtime error
Runtime error
Updated app logic
Browse files- README.md +1 -6
- requirements.txt +0 -1
README.md
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
sdk: gradio
|
| 3 |
-
sdk_version: 5.44.1
|
| 4 |
-
---
|
| 5 |
# AI Research Assistant
|
| 6 |
|
| 7 |
An AI-powered research assistant that gathers and analyzes information with web search, weather, and space weather context.
|
|
@@ -38,7 +34,6 @@ The application follows a modular architecture:
|
|
| 38 |
- **Redis**: Caching layer
|
| 39 |
- **NASA**: Space weather and astronomical data
|
| 40 |
- **OpenWeatherMap**: Current weather data
|
| 41 |
-
- **LogRocket**: User experience monitoring
|
| 42 |
|
| 43 |
## Setup Instructions
|
| 44 |
|
|
@@ -60,4 +55,4 @@ Deploy as a Hugging Face Space with the following configuration:
|
|
| 60 |
|
| 61 |
## License
|
| 62 |
|
| 63 |
-
Apache 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# AI Research Assistant
|
| 2 |
|
| 3 |
An AI-powered research assistant that gathers and analyzes information with web search, weather, and space weather context.
|
|
|
|
| 34 |
- **Redis**: Caching layer
|
| 35 |
- **NASA**: Space weather and astronomical data
|
| 36 |
- **OpenWeatherMap**: Current weather data
|
|
|
|
| 37 |
|
| 38 |
## Setup Instructions
|
| 39 |
|
|
|
|
| 55 |
|
| 56 |
## License
|
| 57 |
|
| 58 |
+
Apache 2.0
|
requirements.txt
CHANGED
|
@@ -3,5 +3,4 @@ openai
|
|
| 3 |
tavily-python
|
| 4 |
redis
|
| 5 |
requests
|
| 6 |
-
logrocket
|
| 7 |
python-dotenv
|
|
|
|
| 3 |
tavily-python
|
| 4 |
redis
|
| 5 |
requests
|
|
|
|
| 6 |
python-dotenv
|