lucazsh commited on
Commit
e83702f
·
verified ·
1 Parent(s): 4eb984e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -8,6 +8,45 @@ datasets:
8
  - lucazsh/RadNet
9
  ---
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ## Introduction:
12
  RadNet it is composed of 2 LSTM (Long-Short Term Memory) layers that helps the model to ident), which will facilitate the prediction of the daily radiation amount as well as solar storms in LEO (Low Earth Orbit). This model was also featured by the National Space Society (NSS) under the project Aletheia.
13
 
 
8
  - lucazsh/RadNet
9
  ---
10
 
11
+ <p align="center">
12
+ <picture>
13
+ <source media="(prefers-color-scheme: dark)" srcset="https://huggingface.co/lucazsh/RadNet/raw/main/img/radnet_dark.svg">
14
+ <source media="(prefers-color-scheme: light)" srcset="https://huggingface.co/lucazsh/RadNet/raw/main/img/radnet_light.svg">
15
+ <img alt="RadNet" src="https://huggingface.co/lucazsh/RadNet/raw/main/img/radnet_dark.svg" width="690" height="122" style="max-width: 90%;">
16
+ </picture>
17
+ </p>
18
+
19
+ <div style="text-align:center;">
20
+ <span style="display:inline-block; margin:4px;">
21
+ <img alt="language: Python" src="https://img.shields.io/badge/language-Python-3776AB?&logo=python&logoColor=white">
22
+ </span>
23
+ <span style="display:inline-block; margin:4px;">
24
+ <img alt="license: MIT" src="https://img.shields.io/badge/license-MIT-green">
25
+ </span>
26
+ <span style="display:inline-block; margin:4px;">
27
+ <img alt="domain: Space" src="https://img.shields.io/badge/domain-Space-0b3d91">
28
+ </span>
29
+ <span style="display:inline-block; margin:4px;">
30
+ <img alt="topic: Radiation" src="https://img.shields.io/badge/topic-Radiation-ff6f00">
31
+ </span>
32
+ <span style="display:inline-block; margin:4px;">
33
+ <img alt="orbit: LEO" src="https://img.shields.io/badge/orbit-LEO-009688">
34
+ </span>
35
+ <span style="display:inline-block; margin:4px;">
36
+ <img alt="model: LSTM" src="https://img.shields.io/badge/model-LSTM-blueviolet">
37
+ </span>
38
+ <span style="display:inline-block; margin:4px;">
39
+ <img alt="framework: PyTorch" src="https://img.shields.io/badge/framework-PyTorch-EE4C2C?logo=pytorch&logoColor=white">
40
+ </span>
41
+ <span style="display:inline-block; margin:4px;">
42
+ <img alt="status: Active" src="https://img.shields.io/badge/status-Active-brightgreen">
43
+ </span>
44
+ <span style="display:inline-block; margin:4px;">
45
+ <img alt="featured: NSS" src="https://img.shields.io/badge/featured-NSS-darkgreen">
46
+ </span>
47
+ </div>
48
+
49
+
50
  ## Introduction:
51
  RadNet it is composed of 2 LSTM (Long-Short Term Memory) layers that helps the model to ident), which will facilitate the prediction of the daily radiation amount as well as solar storms in LEO (Low Earth Orbit). This model was also featured by the National Space Society (NSS) under the project Aletheia.
52