Skip to content

VHacks-MR5/SMSIndicator

Repository files navigation

SMSIndicator

Indicates names, ages, gender, etc in SMS


How It Work:

The Msg get received from Twilio API and saved locally in a file named by the sender phone number (using phone number as it won't be duplicated with anther person unlike names) then SMS Indicator parse through the msg file and retrieve important information listed here and send it to Database linking it to person photo then start matching between photos and last names to show relatives potentially receive information about them.

  • Indecator Detects:
    • First Name
    • Last Name
    • Nickname..etc (what yu worte as names)
    • Countries (aka locality we love techinical language here)
    • Gender
    • Age
    • Locality
    • nationality
    • email
    • phone

Alt text

  • Indicators with some working funcitonality: /Feel in some whatever works to some degree /



Twilio

Works for receiving the msg then --pass-it-to → SMSIndicator.

now I've finished:

  • code for reciving msg and print the msg on screen.
  • to get public interface to connect witih local flask app ngrok

bug still need:

  • update instead of printing the msg save it to file.
  • pass the msg file to indecator functions

some ideas:

  • can send instant sms to the person tilling him we received his msg and will help --Autromated--

About

Indicates names, ages, gender, etc in SMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages