Skip to content

Instantly share code, notes, and snippets.

@rahul-bhatt43
Last active July 29, 2023 20:09
Show Gist options
  • Save rahul-bhatt43/7c752203d1647a20026999f0747a0c61 to your computer and use it in GitHub Desktop.
Save rahul-bhatt43/7c752203d1647a20026999f0747a0c61 to your computer and use it in GitHub Desktop.
GenAI

GenAI🤖

View the live project here.

This is an AI 🤖Image Generator that generates the Unique AI Images every time, if a new prompt is given also you can download that Image.

Technologies Used

Language Used

Frameworks, Libraries & Models Used

  1. Hugging Face
    • It is a platform where many developers and their groups their the various models, and API's where made and used.
  2. Stable Diffusion
    • Stable Diffusion is a latent text-to-image diffusion model capable of generating photo from the prompts given to it as an input.
  3. React
    • It is a framework that i used while making this web app, and I just used the normal components and build methods to make it happen.
  4. Hover.css:
    • Hover.css was used on the Social Media icons in the footer to add the float transition while being hovered over.
  5. Git
    • Git was used for version control by utilizing the Gitpod terminal to commit to Git and Push to GitHub.
  6. GitHub:
    • GitHub is used to store the projects code after being pushed from Git.
  7. Flaticon:
    • This is an open Icon gallery where you search for the vectors, cool icons, etc and download them for your projects.

A few Commands and Discussions

Commands

$ npm create-react-app <YourAppName>
$ npm start
$ npm run build

Discussions/Links

  1. Hugging Face Model API
    • I used this model API for the current use case
  2. Discussion Group
    • This is the discussion group where I learned about the proper .js usecase of this API and implemented it with some changes and optimizations.

Deployment

Basically I used the Netlify, where I connected my GitHub profile and pushed my repo for the deployment and I Finally it is deployed.

Further Changes

Soon I will combine both the Text-to-Text mmdel and Text-to-Image model projects, where we can along side do both the things associativily.

@rahul-bhatt43
Copy link
Author

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment