https://github.com/alyssonmach/9-data-science-apps-with-python
[freeCodeCamp Course]: build interactive and data-driven web apps in Python using the Streamlit library.
https://github.com/alyssonmach/9-data-science-apps-with-python
data-analysis data-science data-visualization machine-learning streamlit-webapp
Last synced: 5 months ago
JSON representation
[freeCodeCamp Course]: build interactive and data-driven web apps in Python using the Streamlit library.
- Host: GitHub
- URL: https://github.com/alyssonmach/9-data-science-apps-with-python
- Owner: Alyssonmach
- License: mit
- Created: 2021-01-10T02:06:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T19:30:49.000Z (over 3 years ago)
- Last Synced: 2025-08-20T04:44:06.887Z (5 months ago)
- Topics: data-analysis, data-science, data-visualization, machine-learning, streamlit-webapp
- Language: Python
- Homepage:
- Size: 904 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 9 Data Science Apps with Python
[[freeCodeCamp Course](https://www.youtube.com/watch?v=JwSS70SZdyM&t=10906s)]: build interactive and data-driven web apps in Python using the Streamlit library.
## List of Applications
```
- [x] 1. Simple Stock Price
- [x] 2. Simple Bioinformatics DNA Count
- [x] 3. EDA Basketball
- [x] 4. EDA Football
- [x] 5. EDA SP500 Stock Price
- [x] 6. EDA Cryptocurrency
- [x] 7. Classification Iris
- [x] 8. Classification Penguins
- [x] 9. Regression Boston Housing
- [x] 10. Deploy to Heroku
```
## Cloning the Repository
Create a folder somewhere on your PC to clone the repository. with Git installed, enter the following command:
```
git clone https://github.com/Alyssonmach/12-Data-Science-Apps-with-Python.git
```
## Run App
to run the application with streamlit, run the following command:
```
streamlit run [file_name].py
```
- [Original Repository](https://github.com/dataprofessor/streamlit_freecodecamp)