workbykait commited on
Commit
d8882fa
·
verified ·
1 Parent(s): a02a1be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -16
README.md CHANGED
@@ -1,17 +1,13 @@
1
- # Satellite Signal Log Analyzer
2
- Built for the Cerebras Llama 4 Hackathon (April 2025).
 
 
 
 
 
 
 
 
 
 
3
 
4
- Analyzes satellite radio logs with Llama 4 via Cerebras API, featuring interference risk scores, alerts, log comparisons, and signal trend charts in an orange/white UI.
5
-
6
- ## How to Use
7
- 1. Visit: https://workbykait-satelliteanalyzer.hf.space/
8
- 2. Click "Sample Log," "Random Log," or enter your own.
9
- 3. Use "Analyze" for summary/chart, "Alert" for urgent messages, "Compare Logs" for trends, or "Clear" to reset.
10
-
11
- ## Sample Log
12
- ```text
13
- 2025-04-12 10:01 UTC | 40.7N, 74.0W | Frequency: 14.5 GHz | Signal Strength: 85% | Message: Routine check, systems OK.
14
- 2025-04-12 10:02 UTC | 40.8N, 74.1W | Frequency: 14.7 GHz | Signal Strength: 60% | Message: Noise detected, possible interference.
15
- 2025-04-12 10:03 UTC | 40.9N, 74.2W | Frequency: 14.6 GHz | Signal Strength: 90% | Message: Emergency: Low battery alert.
16
-
17
- (https://huggingface.co/docs/hub/spaces-config-reference)
 
1
+ ---
2
+ title: SatelliteAnalyzer
3
+ emoji: 🏆
4
+ colorFrom: yellow
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: 5.25.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13