Skip to content

roma2023/SketchAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sketch AI

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.


Demo Video

Experience Sketch AI in action!

demo-video3.mp4

Alternatively, you can watch the demo on YouTube.


Features

  • 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.

Installation

Prerequisites

  • Node.js (v14+ recommended)
  • npm or yarn

Setup Steps

  1. Clone the Repository
    git clone https://github.com/roma2023/Sketch-AI.git
    cd Sketch-AI

Usage

  1. Start the Backend Server

    cd backend
    npm install
    node index.js
  2. Start the Frontend Server

    cd frontend
    npm install
    npm start
  3. Access the Application Open your browser and navigate to http://localhost:3000.


Contributing

We welcome contributions! Please follow these steps:

  1. Fork the Repository
  2. Create a New Branch
    git checkout -b feature/YourFeatureName
  3. Commit Your Changes
    git commit -m 'Add some feature'
  4. Push to the Branch
    git push origin feature/YourFeatureName
  5. Open a Pull Request

For major changes, please open an issue first to discuss what you would like to change.


License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Sketch to Image AI Generation App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors