2024-08-20 09:18:04 -05:00
2024-08-20 09:04:56 -05:00
2024-01-17 16:46:20 -06:00
2024-01-17 16:46:20 -06:00
2024-08-20 09:04:56 -05:00
2024-03-27 19:46:45 -05:00
2024-04-29 12:33:55 -05:00
2024-05-14 21:51:36 -05:00
2024-03-28 00:44:35 +00:00
2024-08-20 09:04:56 -05:00
2024-03-27 18:53:50 -05:00
2024-05-14 20:29:32 -05:00
2024-05-10 12:51:45 -05:00
2024-01-02 18:55:18 +00:00
2024-08-08 10:51:05 -05:00
2024-05-14 21:51:36 -05:00
2024-03-08 19:45:45 -06:00
2024-03-19 17:48:32 -05:00
2024-08-20 10:05:57 -05:00
2024-01-05 16:07:07 +00:00
2024-08-20 09:18:04 -05:00
2024-03-27 20:33:21 -05:00
2024-03-27 19:50:01 -05:00
2024-04-24 14:42:47 -05:00
2024-08-08 10:51:05 -05:00
2024-05-14 21:51:36 -05:00

jukebox-software

This repository is for all of the backend python-based software used in the Jukebox project.

To setup and run:

run install-deps.sh to prepare the python venv and install packages:

chmod +x ./install-deps.sh && ./install-deps.sh

then, you need to source the venv. Run

source venv/bin/activate

or

source venv/bin/activate.fish

if you use fish shell.

Then you are good to go to execute any python file.

Description
This repository is for all of the software used in the Jukebox project.
Readme 94 MiB
Languages
Python 70.1%
Jupyter Notebook 16.7%
HTML 6.6%
Shell 3.7%
PowerShell 2.3%
Other 0.6%