Editofy is a web-based image editing application built with Flask and OpenCV. It allows users to upload images and perform various operations such as converting to grayscale, changing formats (PNG, JPEG, WebP), and applying basic filters like blur and sharpening.
## Installation
Install my-project with npm
```bash
npm install my-project
cd my-project
The following libraries are used in Editofy:
-
Flask: Web framework for Python.
-
OpenCV: Computer vision library for image processing.
To run Editofy locally, follow these steps:
- Clone the repository:
git clone https://github.com/khushi-upadhyay/editofy-image-editor-flask-opencv.git cd editofy-image-editor-flask-opencv
Install dependencies:
pip install -r requirements.txt
import Component from 'my-project'
function App() {
return <Component />
}
Contributions are always welcome!
Please fork the repository and submit a pull request.