An open API service indexing awesome lists of open source software.

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.

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)