danielrosehill
commited on
Commit
·
26e29ac
1
Parent(s):
5eaeef5
update
Browse files- .vscode/tasks.json +15 -0
- README.md +2 -0
.vscode/tasks.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"version": "2.0.0",
|
3 |
+
"tasks": [
|
4 |
+
{
|
5 |
+
"label": "Push to GitHub and Hugging Face",
|
6 |
+
"type": "shell",
|
7 |
+
"command": "git push origin main && git push huggingface main",
|
8 |
+
"group": {
|
9 |
+
"kind": "build",
|
10 |
+
"isDefault": true
|
11 |
+
},
|
12 |
+
"problemMatcher": []
|
13 |
+
}
|
14 |
+
]
|
15 |
+
}
|
README.md
CHANGED
@@ -10,6 +10,8 @@ pinned: false
|
|
10 |
|
11 |
# Monetised GHG Emissions Calculator
|
12 |
|
|
|
|
|
13 |
![alt text](charts/series-2/4.png)
|
14 |
|
15 |
This repository supports a Streamlit interface which will be made available through Hugging Face Spaces to provide a simple interface for converting from companies' greenhouse gas emissions disclosures, released in quantitative terms, and for converting those into their monetized rates according to various social cost of carbon proposals .
|
|
|
10 |
|
11 |
# Monetised GHG Emissions Calculator
|
12 |
|
13 |
+
[![View on Hugging Face](https://img.shields.io/badge/View%20on%20Hugging%20Face-blue?logo=huggingface)](https://huggingface.co/spaces/danielrosehill/Monetised-GHG-Emissions-Calculator)
|
14 |
+
|
15 |
![alt text](charts/series-2/4.png)
|
16 |
|
17 |
This repository supports a Streamlit interface which will be made available through Hugging Face Spaces to provide a simple interface for converting from companies' greenhouse gas emissions disclosures, released in quantitative terms, and for converting those into their monetized rates according to various social cost of carbon proposals .
|