Pixify-AI is a modern, AI-powered image upscaler web application. Effortlessly enhance and upscale your images using advanced machine learning, all from a beautiful and intuitive interface.
This is Live Demo
- Features
- Prerequisites
- Installation
- Running Locally
- Building for Production
- Serving Production Build
- Contributing
- Contact & Support
- 🚀 AI Image Upscaling: Enhance and upscale images with state-of-the-art AI models.
- 🖼️ Batch Processing: Upload and process multiple images at once.
- 🔒 Secure & Private: All images are processed securely and deleted after enhancement.
- ⚡ Fast Processing: Optimized backend for quick results.
- 📊 Admin Dashboard: Manage users, monitor processing, and configure system settings.
- 💳 Flexible Pricing: Multiple subscription plans for individuals and businesses.
- 📱 Responsive UI: Beautiful, mobile-friendly interface built with React and Tailwind CSS.
- 🔌 API Access: Integrate Pixify-AI into your own apps (Professional/Enterprise plans).
- 🌐 Easy Deployment: Ready for Vercel, Netlify, or custom servers.
-
Clone the repository:
git clone https://github.com/Abdooo2235/Pixify-AI.git cd Pixify-AI -
Install dependencies:
npm install
Start the Vite development server:
npm run dev- The app will be available at http://localhost:5173 by default.
Build the optimized production bundle:
npm run buildThe static files will be output to the dist/ directory.
-
Ensure you have SSL certificates (
pixify-ai.local.pemandpixify-ai.local-key.pemin the project root). -
Start the Express server:
npm run serve
- The server will serve the production build over HTTPS (default: https://localhost:3000).
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature - Commit your changes:
git commit -m "Add your feature" - Push to your fork:
git push origin feature/your-feature - Open a pull request
Please read the CODE_OF_CONDUCT.md and CONTRIBUTING.md if available.
- GitHub Issues: Report bugs or request features
- Author: Abdooo2235
- Email: abdalrhmantheiv15@gmail.com
Thank you for using Pixify-AI!