Spaces:
Running
Running
rmm
commited on
Commit
Β·
ecccc1e
1
Parent(s):
b1368c2
chore: tweak layout (about) and typos (home)
Browse files- src/home.py +2 -2
- src/pages/1_π_about.py +11 -11
src/home.py
CHANGED
@@ -64,10 +64,10 @@ st.markdown(
|
|
64 |
## π Sharing Data
|
65 |
|
66 |
The dataset is hosted on Hugging Face π€ as well, in order to share the metadata of the images which have been classified by the model.
|
67 |
-
Making the metadata public is under the choice of
|
68 |
Of course, we encourage open data. Please note that the original images are never made public in the current-state RDI.
|
69 |
|
70 |
-
πͺ The RDI also
|
71 |
Ideally, the Request button would either start a Discord channel discussion between concerned parties of the data request, or generate an e-mail with interested parties. This design is still under conception.
|
72 |
|
73 |
"""
|
|
|
64 |
## π Sharing Data
|
65 |
|
66 |
The dataset is hosted on Hugging Face π€ as well, in order to share the metadata of the images which have been classified by the model.
|
67 |
+
Making the metadata public is under the choice of the researcher, who can choose to use the model for inference without making the image metadata public afterwards.
|
68 |
Of course, we encourage open data. Please note that the original images are never made public in the current-state RDI.
|
69 |
|
70 |
+
πͺ The RDI also explores how to share data after inference, with a simple data request page where researchers can filter the existing metadata from the Hugging Face dataset, and then easily select those of interest for them.
|
71 |
Ideally, the Request button would either start a Discord channel discussion between concerned parties of the data request, or generate an e-mail with interested parties. This design is still under conception.
|
72 |
|
73 |
"""
|
src/pages/1_π_about.py
CHANGED
@@ -8,28 +8,28 @@ st.set_page_config(
|
|
8 |
st.markdown(
|
9 |
"""
|
10 |
# About
|
11 |
-
|
12 |
-
|
13 |
-
This interface is a Proof of Concept of a Community-driven Research Data Infrastructure for the Cetacean Conservation Community.
|
14 |
|
15 |
-
|
|
|
|
|
16 |
|
17 |
# Open Source Resources
|
18 |
|
19 |
## UI Code
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
|
24 |
## The Machine Learning Models
|
25 |
-
|
26 |
-
|
27 |
|
28 |
## The Data
|
29 |
|
30 |
(temporary setup, a more stable database is probably desired.)
|
31 |
-
|
32 |
-
|
33 |
|
34 |
# Credits and Thanks
|
35 |
|
|
|
8 |
st.markdown(
|
9 |
"""
|
10 |
# About
|
11 |
+
We created this web app in [a hackathon](https://sdsc-hackathons.ch/projectPage?projectRef=vUt8BfDJXaAs0UfOesXI|XyWLFpqjq3CX3zrM4uz8).
|
|
|
|
|
12 |
|
13 |
+
This interface is a Proof of Concept of a Community-driven Research Data Infrastructure for the Cetacean Conservation Community.
|
14 |
+
|
15 |
+
Please reach out on [the project Github issues](https://github.com/sdsc-ordes/saving-willy/issues) for feedback, suggestions, or if you want to join the project.
|
16 |
|
17 |
# Open Source Resources
|
18 |
|
19 |
## UI Code
|
20 |
+
- The [space is hosted on Hugging Face](https://huggingface.co/spaces/Saving-Willy/saving-willy-space).
|
21 |
+
- The [UI code is available on Github](https://github.com/sdsc-ordes/saving-willy).
|
22 |
+
- The [development space](https://huggingface.co/spaces/Saving-Willy/saving-willy-dev) is also hosted publically on Hugging Face.
|
23 |
|
24 |
## The Machine Learning Models
|
25 |
+
- The [model](https://huggingface.co/Saving-Willy/cetacean-classifier) is hosted on Hugging Face.
|
26 |
+
- The [original Kaggle model code](https://github.com/knshnb/kaggle-happywhale-1st-place) is open on Github as well.
|
27 |
|
28 |
## The Data
|
29 |
|
30 |
(temporary setup, a more stable database is probably desired.)
|
31 |
+
- The dataset is hosted on Hugging Face.
|
32 |
+
- The [dataset syncing code](https://github.com/vancauwe/saving-willy-data-sync) is available on Github.
|
33 |
|
34 |
# Credits and Thanks
|
35 |
|