ImageMaster is a versatile image editing website that offers a wide range of features to enhance and manipulate your images. With advanced Optical Character Recognition (OCR), it allows you to extract text from images effortlessly. Resize your images to your desired dimensions and convert them to various formats. Effortlessly remove backgrounds, add vibrant colors, and enhance the overall quality of your images. Transform your images into PDF files and compress them to optimize storage space. Experience the power of image editing with ImageMaster
- @Kmann22: OCR and Frontend
- @puneetmpatil: Backend and other features
- Optical Character Recognition
- Image Resizing
- Conversion to different image formats
- Background Remover
- Image Coloring
- Image Enhancement
- Image to PDF
- Image Compression
- MongoDB
- Flask
- Tailwind CSS
-
Clone the repository
https://github.com/puneetmpatil/IP-Project.git && cd IP-Project
-
Create Virtual Environment
- If virtualenv is not installed
pip install virtualenv
virtualenv env
- In Windows:
env/Scripts/activate
- In Linux or MacOS:
source env/bin/activate
- If virtualenv is not installed
-
Install Dependencies
pip install --upgrade pip -r requirements.txt
-
Start the server
npm run start
- Enable Tailwind Watch
npm run tailwind
- Open
http://127.0.0.1:8000/
orhttp://localhost:8000/
on your browser