vikram0888 / fitbit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Fitbit calories tracker

Problem Statement:

Demo

video link here--->

Technical Aspects

  • Python 3.7 and more
  • Important Libraries: sklearn, pandas, numpy, matplotlib & seaborn

How to run this app

Code is written in Python 3.7 and more. If you don't have python installed on your system, click here https://www.python.org/downloads/ to install.

  • Create virtual environment
    conda create -p venv python==3.7 -y

  • Activate the environment
    conda activate venv

  • Install the packages
    pip install -r requirements.txt

Workflow

Batch File Prediction User Interface

Login Page

login page fitbit

Prediction Page

prediction page

initialize git repo

git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin <github_url>
git push -u origin main

to update the modification

git add .
git commit -m "proper message"
git push 

Author

Vikram Jha: https://www.linkedin.com/in/vikram888/

About


Languages

Language:Python 73.3%Language:HTML 18.6%Language:JavaScript 7.3%Language:CSS 0.7%Language:Dockerfile 0.1%Language:Shell 0.0%