Enjoy hands-free voice editing
ezEdit Empower Individuals with Hands-Free Photo Editing via voice
- Completely voice-based
- Load any image directly from any folder
- Change Brightness of image
- Change Saturation of image
- Rotate the image flexibly
- Change contrast of image
- Sharpen the image
- blur the image
- Save the image
- Clone the repository
First, you need to clone the repository
git clone https://github.com/shivam-0109/ezEdit.git
- Change Path
Change all the directories from C:/Users/singh/Downloads/Image-Editing-Using-Voice-Commands-1/elements2.0Images/xyz.png
in ezEdit.py
to the absolute path in your local computer.
- Install Dependencies
Install the project's dependencies:
pip install tk flask pygame Pillow SpeechRecognition pocketsphinx pynput pyaudio pyttsx3 nltk keyboard tkfontchooser
-
Make a Registry Entry .
i) Click on
windows key + r
and typeregedit
and click ok.ii) Go to
HKEY_CLASSES_ROOT\*\shell
-> Right-click on theshell
key, chooseNew > Key
and set the name to "Edit With ezEdit".iii) Right-click on the
key -> New > Key
.iv) Name it
command
v) Set the value to the following command, replacing
C:\Path\To\Your\Python\python.exe
andC:\Path\To\Your\Script\myscript.py
with your Python executable and script path:"C:\Path\To\Your\Python\python.exe" "C:\Path\To\Your\Script\ezEdit.py
-
Right-click on any image -> Click on "Edit With ezEdit".
-
The program will be up and running now.
- Hardik Malani
- Shivam Kumar Singh
- Abilaash S
- Paras Atal