Skip to content

radhika2722/TAMUHack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

WhoDis?

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.

Tech

  • 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.

Installation

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

To-do

  • 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.

About

Project developed and submitted at a 48-hr hackathon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages