WhoDis is a cloud-enabled, mobile-ready, application used for speech recognition for signing in across various social platforms.
- Uses Google Speech API along with speech_recognition library in Python.
- Goal : Add additional security to login portals across platforms.
- Advantage : Unique passphrase generated at each login, enabling better security.
- All python source files (.py)
- Twilio - Used to receive text message on the linked phone number.
- Google Speech API To convert unique speech passphrase to text.
- Chrome Extension for our application
- To connect social media platform of your choice for login features.
WhoDis requires Python 3.7 to run. Install the dependencies :
import speech_recognition as sr
import pyaudio
import wave
import random
from twilio.rest import Client
import time- Decrease Authentication Time
- Authentication time disregarding network provider was around 2.5 seconds.
- Chrome Extension
- A more efficient mobile application Time
- Application developed during the 48-hr event wasn't very efficient.