Skip to content

Commit

Permalink
app info edits
Browse files Browse the repository at this point in the history
  • Loading branch information
zeuvic committed Sep 5, 2022
1 parent 1833732 commit 8a9e333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
</h5>
-->
<a>
This is an app built and used to train and test autoencoder models for ieee'22 oceans conference paper (Paper ID 2022169954).
Only Dense layers were used in the models. I ran out of time to finish the models with CNN layers.
New models can be trained and and saved using this app**. However, due to expected resource constraints in the free deployment server, the app should be used locally. Even when testing the provided models with the **larger datasets can give the server troubles, and the app may crash. An image will be added to DockerHub soon to make it easier to run the app locally.
In addition to the hydrophone spectrogram images used in the paper, the models in this repo are trained on WERA radar Range-Cell (RC) images. Only a subset, including the final model presented in the paper, of the models are included in this repo.
All data credit to Ocean Networks Canada (ONC).
</a>
"""
st.markdown(preamble, unsafe_allow_html=True)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
### [![Open app in Streamlit, if deployed](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://ze-sys-for-the-ieee22-conference-paper-home-hr7pb3.streamlitapp.com/)


<a>

This repository contains a streamlit app that I built and used to train and test autoencoder models for ieee'22 oceans conference paper (Paper ID 2022169954).
Only Dense layers were used in the models. I ran out of time to finish the models with CNN layers.
New models can be trained and and saved using this app**. However, due to expected resource constraints in the free deployment server, the app should be used locally. Even when testing the provided models with the **larger datasets can give the server troubles, and the app may crash. An image will be added to DockerHub soon to make it easier to run the app locally.
New models can be trained and and saved using this app. However, due to expected resource constraints in the free deployment server, the app should be used locally. Even when testing the provided models with the **larger datasets can give the server troubles, and the app may crash**. An image will be added to DockerHub soon to make it easier to run the app locally.
In addition to the hydrophone spectrogram images used in the paper, the models in this repo are trained on WERA radar Range-Cell (RC) images. Only a subset, including the final model presented in the paper, of the models are included in this repo.
</a>

Details to come soon.


Expand Down

0 comments on commit 8a9e333

Please sign in to comment.