My submission to QVault's Hackathon
First, git clone the repo into your IDE of choice:
git clone https://github.com/GitHubEmploy/qvaulthackathon.gitNext, cd into the repo:
cd qvaulthackathonFrom there, install deps are listed in requirements.txt, (for mac [intel])
pip3 install -r requirements.txtThe actual run command can only be done when in the qvaulthackthon bas directory. Execute the following code in shell
python3 main.pyThis is essentially a voice to note translator, in which I then play the preassigned note for that note range, hence making a song based off of your voice. The only issues I faced were a slight delay from anywhere from 3-7 seconds, with 4 seconds on avg. It uses a custom trained and built AI to acomplish this task.
Please DM me at blankuser#0001 if you have any problems getting it working