https://github.com/dataprofessor/penguins-heroku
https://github.com/dataprofessor/penguins-heroku
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dataprofessor/penguins-heroku
- Owner: dataprofessor
- Created: 2020-06-27T02:58:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T12:34:21.000Z (over 2 years ago)
- Last Synced: 2025-03-31T11:05:32.053Z (over 1 year ago)
- Language: Python
- Size: 68.4 KB
- Stars: 68
- Watchers: 3
- Forks: 263
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Penguins web app deployed on Heroku
Check out the YouTube video showing the development of this web app at https://youtu.be/zK4Ch6e1zq8
The deployed web app is live at https://dp-penguins.herokuapp.com/
This web app predicts the species of penguins as a function of their input parameters (bill length, bill width, flipper length, body mass, sex and island).
The web app was built in Python using the following libraries:
* streamlit
* pandas
* numpy
* scikit-learn
* pickle