Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 843 Bytes

README.md

File metadata and controls

24 lines (11 loc) · 843 Bytes

AudioCanvas-Generative-AI

Full stack web application that utilizes OpenAI's GPT-3.5 Turbo LLM and DALL-E model to turn your audio prompt into a profile picture.

Made with React, Django, and PostgreSQL.

Make sure to turn on the sound before you watch the demo.

Watch it here:

app-demo.mp4

Fun fact:

  • In the making of this project in the month of July, $2.28 was spent on OpenAI API calls.
  • The caching feature saves processing time AND money because it pulls the image from the cache without using an API call.
    • It's kind of like dynamic programming.
insight