Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/franmastromarino/ub-bicing-capstone-project


https://github.com/franmastromarino/ub-bicing-capstone-project

Last synced: about 2 months ago
JSON representation

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
```