Sketch to Image AI Generation App
Sketch AI is a full-stack application that leverages advanced AI to transform your sketches and text prompts into stunning, AI-generated images. Whether you're an artist, designer, or simply curious about the power of artificial intelligence, Sketch AI empowers you to bring your creative visions to life.
Experience Sketch AI in action!
demo-video3.mp4
Alternatively, you can watch the demo on YouTube.
- AI-Powered Image Generation: Uses Stability AI to generate images based on user sketches and text prompts.
- Intuitive Interface: A user-friendly React/TypeScript frontend for effortless interaction.
- Scalable Backend: Robust Node.js & Express backend that supports real-time image processing.
- Customizable Parameters: Fine-tune image generation with adjustable settings.
- Stability AI API: Integrates with the Stability AI API for enhanced image generation capabilities.
- Node.js (v14+ recommended)
- npm or yarn
- Clone the Repository
git clone https://github.com/roma2023/Sketch-AI.git cd Sketch-AI
-
Start the Backend Server
cd backend npm install node index.js -
Start the Frontend Server
cd frontend npm install npm start -
Access the Application Open your browser and navigate to
http://localhost:3000.
We welcome contributions! Please follow these steps:
- Fork the Repository
- Create a New Branch
git checkout -b feature/YourFeatureName
- Commit Your Changes
git commit -m 'Add some feature' - Push to the Branch
git push origin feature/YourFeatureName
- Open a Pull Request
For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.