Creative AI Hub is a full-stack AI-powered web application built using Python, Flask, MySQL, HTML, CSS, JavaScript, and REST APIs. The platform combines multiple AI tools into a single application, allowing users to generate images, convert photos into anime art, remove image backgrounds, translate text, summarize content, and convert text into speech.
Generate high-quality AI images from text prompts using integrated AI image generation APIs.
Convert normal photos into artistic styles such as:
- Anime
- 3D Cartoon
- Hand Drawn
- Sketch
- Art Style
- Design
- Illustration
Automatically remove image backgrounds using AI-powered background removal technology.
Translate text into multiple languages with AI-based translation services.
Convert lengthy articles, paragraphs, or documents into concise summaries.
Generate speech from text and download audio output.
Secure user management system including:
- User Registration
- Login System
- Session Management
- Logout Functionality
Dedicated dashboard for authenticated users with personalized account information.
- Python
- Flask
- REST APIs
- MySQL
- HTML5
- CSS3
- JavaScript
- Bootstrap
- Text-to-Image API
- Image-to-Anime API
- Background Removal API
- Translation API
- Text Summarization API
- Text-to-Speech API
Creative-AI-Hub/
β
βββ app.py
β
βββ templates/
β βββ index.html
β βββ login.html
β βββ signup.html
β βββ image.html
β βββ anime.html
β βββ backgrounremover.html
β βββ language.html
β βββ textsumm.html
β βββ speech.html
β βββ admin.html
β
βββ static/
β βββ css files
β βββ javascript files
β βββ generated audio files
β βββ images
β
βββ README.md
git clone https://github.com/rohit33-code/Creative-Ai-Hub
cd Creative-AI-Hubpip install -r requirements.txtCreate a MySQL database:
CREATE DATABASE pythoncreative;Create the login table:
CREATE TABLE login (
id INT AUTO_INCREMENT PRIMARY KEY,
email VARCHAR(255),
password VARCHAR(255)
);python app.pyOpen:
http://127.0.0.1:5000
- User registers an account.
- User logs in securely.
- Session is created.
- Protected AI features become available.
- User can access AI tools and download generated results.
- Multi-feature AI Platform
- Full-Stack Flask Application
- MySQL Database Integration
- Secure Authentication System
- Responsive User Interface
- REST API Integration
- Session-Based Access Control
- AI-Powered Image & Text Processing
- Downloadable Generated Outputs
Rohit Sharma
Aspiring Data Scientist | Generative AI Enthusiast | Python Developer
LinkedIn: https://www.linkedin.com/in/rohit-sharma-56b51a410/
GitHub: https://github.com/rohit33-code
This project is intended for educational, learning, and portfolio purposes.









