Skip to content

ayush4345/Comicify.ai

Repository files navigation

comicify.ai

Comicify.ai

Transforming dull text into comic adventures!

Demo.mp4

image image


Table of Contents

  1. Project Idea
  2. Our Approach
  3. Challenges We Faced
  4. Technologies We Used
  5. Network Diagram
  6. Installation and Setup Guide
  7. Team Members

Project Idea

  • Comicify.ai is a web application that utilizes various generative machine learning models to transform mundane and ordinary texts into visually captivating comic strips. With Comicify.ai, you can bring your ideas, stories, or any text to life in a vibrant and engaging comic book format.

  • Our goal is to provide a user-friendly platform where individuals, comic enthusiasts, or even professional comic creators can easily convert their texts into visually stunning comic narratives. Whether it's a funny anecdote, a thrilling adventure, or a heartfelt story, Comicify.ai empowers users to explore their creativity and share their narratives in an expressive and engaging manner.

  • Using a combination of GPT-3.5-Turbo and Stable Diffusion, Comicify.ai analyzes the provided text, identifies key elements, and automatically generates comic panels, dialogues, and artwork. The resulting comic strips are thoughtfully designed, featuring dynamic characters, expressive illustrations, and carefully crafted layouts that truly capture the essence of the original text.

  • The generated comic strips can be saved as PDFs, easily shared on social media, incorporated into presentations, or even printed as physical copies.

  • Whether you're an aspiring comic artist, a writer looking to add an exciting visual element to your stories, or simply someone who wants to explore the fascinating world of comics, join us on this exciting journey of turning words into art, as we invite you to unleash your creativity and experience the magic of Comicify.ai!


Our Approach

  1. Text Manipulation with GPT-3.5 Turbo: When a user submits their text, and additional personalisation parameters, we cleverly manipulate the prompts. By leveraging GPT-3.5 Turbo language model's advanced natural langauge processing capabilities, we transform the text into an engaging dialogue prose. This step adds a dynamic and conversational element to the comic strips, enhancing the storytelling experience.

  2. Backend Processing with Flask: After the text manipulation step, we pass the generated dialogues to the Flask backend. Here, we process the prose texts and extract various dictionaries consisting of speakers and their corresponding speeches. This helps us organise and create images corresponding to each speaker and dialogue.

  3. Stable Diffusion Model for Comic Strip Generation: With the structured dictionaries of speakers and speeches, we input them into our stable diffusion model. This model incorporates innovative image generation techniques, producing high-quality and visually appealing comic strip images. The manipulation of prompts ensures that the generated images align seamlessly with the intended narrative and artistic style.

  4. Adding text on images using OpenCV: Since, image generation models aren't particularly good at adding text onto images, we add the corresponding dialogue above the generated image. This is done using OpenCV (image manipulation) and Pillow (image processing) libraries.

  5. Combining Images into a PDF: Once the comic strip images are generated, we seamlessly merge them into a single PDF file. This PDF file acts as a comprehensive comic book, allowing users to easily view, share, and print their personalized comic creation. The downloadable PDF format provides a convenient way for users to enjoy their comic strips across various devices and platforms.

Through our approach, we aim to empower users to transform their plain text into compelling visual narratives. By leveraging the capabilities of GPT-3.5 Turbo, incorporating advanced image generation techniques, and utilizing Flask for efficient processing, Comicify.ai delivers an immersive comic creation experience that sparks creativity and storytelling.


Challenges We Faced

During the development of Comicify.ai, we encountered and overcame several challenges, including:

  • Finding suitable free-to-use stable diffusion APIs.
  • Developing a reliable image generation pipeline.
  • Saving and organizing generated images, and generating a downloadable PDF file.

Technologies We Used

  • Nextjs
  • Flask
  • Google Cloud
  • TailwindCSS
  • Replit

Network Diagram

image


Installation and Setup Guide

To get started with Comicify.ai, follow these steps:

  1. Clone the repo: git clone https://github.com/ayush4345/Comicify.ai.git
  2. cd Comicify.ai

Install the Next.js Frontend

  1. Change directory to client by cd client
  2. Install npm packages by running npm i
  3. Start the dev server by running npm run dev
  4. Ensure that ./client/src/components/dashboard.js has the localhost URL for the server:
fetch("http://localhost:5000/", requestOptions)
....

Install the Flask Backend

  1. Change directory to server by cd server

  2. Rename the .env.example file to .env and enter API keys:

    a. OPEN_AI_API = '<your-api-key>'. Follow these instructions to obtain your key from OpenAI.

    b. STABLE_DIFFUSION_API = '<your-api-key>'. Follow these instructions to obtain your key from Dream Studio.

    c. CONVERT_API = '<your-api-key>'. Follow these instructions to obtain your key from Convert API.

  3. Create a virtualenv and activate it (assuming you have Python, virtualenv and pip installed) using these instructions

  4. Make sure you are inside the server directory. Install the required packages using pip install -r requirements.txt

  5. Run the flask server using flask --app main run


Team Members

Parth Mittal

Hriday Mehta

Ayush Kumar

Mardav Chirag Gandhi

About

Transforming dull text into comic adventures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published