visit here..! https://text-to-image-generator-awe5p365p.vercel.app/ This repository contains a simple React application for generating images using the Hugging Face API.
- Text Input: Enter text in the input field.
- Generate Image: Click the "Generate Image" button to create an image based on the entered text.
- Download Image: Once an image is generated, you can download it using the "Download Image" button.
- Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/kaniyamudhan/Text-to-Image-Generator.git cd Text-to-Image-Generator
-
Install dependencies:
npm install
-
Start the application:
npm start
-
Open your browser and go to http://localhost:3000 to view the app.
- Enter text in the "Enter Text" input field.
- Click the "Generate Image" button to create an image.
- Once the image is generated, you can download it using the "Download Image" button.
- Thanks to Hugging Face for providing the API used in this project.