MECHA AI

MECHA AI is a powerful web application designed to edit images and files with ease. The platform currently supports all kinds of images, PDFs, and CSV files, leveraging cutting-edge machine learning technologies for advanced editing capabilities.
Demo
Demo
Features
- Image Editing: Advanced tools for cropping, resizing, and enhancing images with AI-powered features.
- File Management: Efficient handling and organization of various file types.
- User-Friendly Interface: Built with React and Tailwind CSS for a modern and responsive design.
- Fast Development: Utilizes Vite for fast and optimized development and build processes.
- Machine Learning Integration: AI-driven features for intelligent image enhancements.
Technologies Used
- Backend: Flask
- Frontend: React, Vite, Tailwind CSS
- Machine Learning: Integrated ML models for image processing
Getting Started
Prerequisites
- Python 3.x
- Node.js and npm
- Flask
- React
Installation
Clone the repository:
git clone https://github.com/Raahim2/MechaAI.git
cd MechaAI
Install backend dependencies:
cd backend
pip install -r requirements.txt
Install frontend dependencies:
cd ../Frontend
npm install
npm run dev
Run the backend server:
```bash
cd ../Backend
python main.py
Contributing
Contributions are welcome! Please open an issue or submit a pull request to help improve MECHA AI.
.