ImageHub is a modern web application that provides real-time image processing capabilities. Users can upload images and apply various effects including grayscale conversion, brightness adjustment, contrast enhancement, sharpening, compression, and pencil sketch effects.
imagehub/
├── frontend/ # React frontend application
├── backend/ # FastAPI backend service
└── README.md # Main project documentation
- Multiple image processing effects
- Real-time preview
- User-friendly interface
- Efficient image processing
- Cross-platform compatibility
- Responsive design
- Frontend: https://imagehub-rho.vercel.app
- Backend API: https://imagehub-backend.vercel.app
- Clone the repository:
git clone https://github.com/protyayofficial/imagehub.git
cd imagehub- Start the backend:
cd backend
pip install -r requirements.txt
uvicorn api.index:app --reload- Start the frontend:
cd frontend
npm install
npm run dev- Open http://localhost:3000 in your browser
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the [MIT License] - see the LICENSE file for details