Inspiration
Originally, I was going to create a regular AI art generator in a web app but felt that concept was overused. Then we decided that doing a blueprint generator would be a bit more original and fun.
What it does
Generates blueprint images based on text description.
How we built it
We integrated React and Django to create a web application. Then we used the Django REST framework to create a REST API that handles POST requests from the user. We then integrated OpenAI and used the DALL-E-2 and DALL-E-3 models to generate images. For the front end, we used picocss and material-ui to create the designs for the website.
Challenges we ran into
Learning new syntax for Django, React, and picocss was difficult to learn these past days.
Accomplishments that we're proud of
Getting the actual generator to work and output any kind of blueprint based on any description.
What we learned
- How to make a REST API using Django REST framework and how to integrate 3rd party APIs.
- How to design a website using picocss and material UI.
- How to integrate Django and react.

Log in or sign up for Devpost to join the conversation.