Inspiration
A famous OpenCV project that draws inspiration from one of the Deathly Hallows in the Harry Potter franchise: the Invisibility Cloak. This particular project was made by following the GeeksForGeeks tutorial
What it does
The python script
- Gets audio input from user using python's
speech_recognitionmodule andGoogle Speech Recognition - Uses the python
cv2module to create a mask that replaces all Red pixels and thus, render everything hidden behind a red screen "invisible"
How we built it
- Python 3.7.3
- speech_recognition
- cv2
- numpy
- time
Challenges we ran into
- Installing the depreciated
PyAudiomodule - Setting the lower and upper ranges (still at the defaults as of now)
Accomplishments that we're proud of
- Used OpenCV and Voice Recognition for the first time
- Created a little dialogue at the beginning
What's next for Go-Invisible
- Voiceover for the opening
- A decent GUI
- More elaborate dialogue
Log in or sign up for Devpost to join the conversation.