Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 931 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 931 Bytes

DIY Comic App

Description

This repository contains an AI-powered DIY comic application that allows users to create their own comics using text prompts.

Features

  • Create comics from text inputs
  • Generate multiple comic panels
  • Download created comics

Technologies Used

  • React (Frontend)
  • Node.js (Backend)
  • Hugging Face API (AI model for comic generation)

Setup Instructions

  1. Clone the repository.
  2. Install dependencies using npm install.
  3. Run the frontend and backend servers.

Usage

  • Enter text prompts to create comic panels.
  • Use the 'Generate' button to create comic panels.
  • Download the created comics.

Contribution

If you'd like to contribute, please fork the repository and create a pull request.

Credits

Acknowledgements

  • Thanks to dashtoon.ai for the opportunity to build this project