Skip to content

MontyPython-HTML/WICSHack26

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chord Hero


William Bradford Quentin Bordelon Thomas Denny Nihal Mohapatro Vijay Penumarthy

About


Imagine if learning guitar was like playing guitar hero.

Prerequisites


  1. Ensure that the latest version of python is installed.
# if on windows
python --version

# if on macOS/linux
python3 --version
  1. Ensure that pip is also installed.
# if on windows
pip --version

# if on macOS/linux
pip3 --version
  1. Ensure git is installed.
git --version

Installation


All data and code are contained within this repository meaning that anyone can run the experiments locally and grab the ouputs.

  1. Clone the repository
git clone https://github.com/MontyPython-HTML/WICSHack26.git GuitarMonkey

cd GuitarMonkey
  1. Create and source the python virtual environment
# if on windows
python -m venv .venv
.\.venv\Scripts\activate

# if on macOS/Linux
python3 -m venv .venv
source .venv/bin/activate
  1. Install the packages from the requirements.txt file
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages