Skip to content

CVtheramin/PoseNetFlask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bodily Remixes

Installation

Download FFmpeg on your system and add it to your path variable. Use an editor of your choice and make sure you have the latest version of python installed. Change the name of the audioApp.py to app.py or enter the following command to your powershell terminal: $env:FLASK_APP = "audioApp". Use the command python -m flask run to run the application.

Usage

Uplaod a song of your choice on the first page while dancing to it. Then, once you're satisfied with both the song and your moves, upload it to the backend server, where it will get split into chunks and your body movements will be analyzed. Finally, access the remixed version of the song by simply clicking on the audio file and downloading it to your local computer.

App.py

Our central application that hosts various webpages and does the processing of user input.

Static/JS files

The front-end user interactivity modules that allow the user to upload both their music and their movements.

Templates

The html files/front-end code that the user interacts with.

About

the flask app running a basic PoseNet sensor. Primarily used to figure out how PoseNet works

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors