A dashboard for integrating Python, Tableau, and Google Sheets for automated data collection, visualization, and analysis. Built in with a full webscraper for the top 100 crypto coins and scikit-learn models for continous integration of new bitcoin data.
- Clone Repo
git clone https://github.com/justahuman1/flask_dashboard.git
- Set up and activate a venv
cd ./flask_dashboard
python -m venv venv
source venv/Scripts/activate
- Install requirements and build flask dev server
pip install -r requirments.txt
export FLASK=app.py
- Run flask
flask run
- Open the localhost (http://127.0.0.1:5000/)
- Flask
- Scikit-Learn
- Google Sheets API
- Google Apps Scripts
- Clasp/ Webpack
- Tableau API
- SCSS