My Portfolio Web Application, displays details such as projects and the ability to contact me.
https://theglassofwater.github.io/PortfolioWebsite/
Django with Rest Framework
React with Axios (react hook form, @hookform/resolvers, yup, react three fiber, react three drei )
Project section shows my Music Generator project, where transformer 60m model is used to generate music, it is then synthisised (from midi to playable audio(mp3)). This whole process is done server side(generating the song and synthisising the .mid file).
python 3.11 venv, pip install -r requirements.txt, Run django server, run react
Next Goals:
Frontend:
Go through each section/component and add UI Component libraries
Backend:
Make contact messages work (i actually receive the messages)
Overall:
CI/CD Pipeline
Deploy