Skip to main content

Week 9-10

· One min read

Our main focus for this week was the elevator pitch and creation of a demo relating to that. As we finished a mock up sample of the UI using react, we started focussing on the more technical aspects such as how to add the Stable Diffusion to generate background images and create a database where we could store the data for our songs. We tried to weigh the pros and cons of offline v.s. online server based databases and reached the conclusion that offline databases stored on the machines are better as it allows the clients to run the program without internet connnection.

Further research was conducted into the offline AI libraries such as WebLLM and transformer js but they did not seem to generate a nice stable diffusion image under reasonable times.