Lizoug / Garmin_Watch

MIT License
1 stars 0 forks source link

added streamlit GUI for user for data collection #45

Closed adhamarif closed 9 months ago

adhamarif commented 9 months ago

Instead of create new repository just fir data collection, we can use the streamlit to host the data collection website.

The implementation of streamlit is only up until save file as JSON in the merged notebook. More implementation is to come after further discussion

Please check this pull request, if everything is okay.

If everything is fine, @Lizoug can try to deploy this in streamlit cloud so we can host the website without other people need to clone new repo.

adhamarif commented 9 months ago

For the deployment purpose, requirement.txt is added tsp that there will be no error to deploy. In future we should list every dependencies inside it.