Skip to content

RHAON-Virtual-Reality-Sports-3D/SmartFit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartFit

Set up and run locally!

Create the virtual environment, install dependencies, and run the web server

def generate_virtualenv_activation_cmd():
  if OS == 'Windows':
    yield '.\venv\Scripts\activate.bat'
  else:
    yield 'source venv/bin/activate'

# set up virtualenv
generate_virtualenv_activation_cmd()

# install deps & run
subprocess.check_call("""pip install -r requirements.txt && python main.py""")

Open up a browser, go to http://localhost:5000, and begin living healthier 🎉

About

Intelligent AI Fitness Training Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.8%
  • Python 32.7%
  • JavaScript 4.4%
  • CSS 2.1%