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.









