Keras
TF-Keras
RebeccaNissan26 commited on
Commit
4467b86
·
1 Parent(s): 084dfb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -14,7 +14,13 @@ widget:
14
 
15
  <!-- Provide a quick summary of what the model is/does. -->
16
 
17
- This model card aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
 
 
 
 
 
 
18
 
19
  ## Model Details
20
 
@@ -24,10 +30,8 @@ This model card aims to be a base template for new models. It has been generated
24
 
25
 
26
 
27
- - **Developed by:** [More Information Needed]
28
- - **Shared by [optional]:** [More Information Needed]
29
  - **Model type:** [More Information Needed]
30
- - **Language(s) (NLP):** [More Information Needed]
31
  - **License:** [More Information Needed]
32
  - **Finetuned from model [optional]:** [More Information Needed]
33
 
 
14
 
15
  <!-- Provide a quick summary of what the model is/does. -->
16
 
17
+ This model serves as a resource for researchers and data scientists seeking to identify contrails in satellite images.
18
+ Contrails (streams of vapor from airplane exhaust) can spread to many kilometers wide and trap heat in the atmosphere, which contributes to global warming.
19
+ Rerouting planes to avoid the atmospheric conditions that lead to contrail formation is an effective strategy,
20
+ and other researchers are already working on models that predict contrails. However, there is a need to validate those prediction models based on a "ground truth"
21
+ indicating when and where contrails did/did not actually form. This model provides that ground truth, and should be used to help improve other models
22
+ that predict contrail formation.
23
+
24
 
25
  ## Model Details
26
 
 
30
 
31
 
32
 
33
+ - **Developed by:** UC Berkeley Master of Information and Data Science (MIDS) Capstone Team: Pedro Melendez, Prakash Krishnan, Rebecca Nissan, Sitao Chen, Ziling Huang
 
34
  - **Model type:** [More Information Needed]
 
35
  - **License:** [More Information Needed]
36
  - **Finetuned from model [optional]:** [More Information Needed]
37