Skip to content

unstablebrainiac/DynamicDialer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamicDialer

The project is a dialer which, based on time of day, and the day of the week, tries to predict who you are most likely to call, and arranges your contacts in decreasing order of likelihood. The app consists aminly of 2 modules:

  1. The android application itself, which consists of logs, a prediction tab, and a dialer. This is the main UI for interaction.
  2. The ML web service, hosted on the Azure ML Studio BigML Web Portal. This is running a multiclass decision forest algorithm, which takes the call logs as input and returns the probabilities of contacting each contact on the user's phone. The list is then sorted and displayed to the user.

About

Predictive Dialer app for Android

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages