Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franmastromarino/ub-bicing-capstone-project
https://github.com/franmastromarino/ub-bicing-capstone-project
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/franmastromarino/ub-bicing-capstone-project
- Owner: franmastromarino
- Created: 2024-04-18T16:38:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T21:53:13.000Z (7 months ago)
- Last Synced: 2024-06-26T23:21:04.809Z (7 months ago)
- Language: Jupyter Notebook
- Size: 164 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ub-bicing-capstone-project
## Commands
### Linux
apt-get install p7zip-full p7zip-rar### Mac
brew install wget
brew install 7z### Windows
Guille## References
https://www.kdnuggets.com/2022/05/structure-data-science-project-stepbystep-guide.html## Install Dask
```
python -m pip install "dask[complete]"
```## Generate Requirements
```
pip freeze > requirements.txt
```## Streamlit
How to execute
```
streamlit run app/streamlit.py
```