Inspiration
We wanted to make a project that leverages AI to generate visuals that could look cool. Dreams are something that many people want to experience again or try to visualize again and this could help with that.
What it does
It is pretty simple and easy to use. We have a text box available where the user can describe their dream. Their description is then used to make a quick image and is disaplyed.
How we built it
We used flask to make the web app. We used the stable-diffusion-v1-4 model to generate the pictures. The frontend was made with html/css/js.
Challenges we ran into
One thing was since it is an image generation model running locally on a macbook it took about 2 minutes to generate an image everytime a prompt was given.
Accomplishments that we're proud of
We made the whole app pretty fast by splitting up the work evenly and we are happy how it turned out considering we didn't spend a lot of time on it.
What we learned
This was out first time making an AI project so we learned about using pre-trained models as well as how important it is to have a strong computer for these kinds of projects where its run locally.
What's next for Lucid Lens
I think we want to be able to host this as we weren't able to do so yet, and we also want to maybe try using a different more advanced model or maybe even using our trained model. I think we can also fix up the UI a bit more but it works well for an app made in short time.
Built With
- ai
- css
- flask
- html
- javascript
- python
- text-to-image
Log in or sign up for Devpost to join the conversation.