Programmatically generates simple synthesizer melodies based image color values. The color values affect musical scale modes, sequence patterns, and synthesizer oscillator waveforms/filter settings. The code that generates the melodies can be found here.
**Now 10% more interesting than a typical CRUD app
Client Side
cd ang-client && npm install
ng serve
to start server (must have angular cli tools installed)
Server Side
cd py_server
- Setup python env of your choice or install the following globally
pip3 install fastapi uvicorn[standard] sqlalchemy requests numpy Pillow
uvicorn main:app --reload
to start server