Skip to content
forked from san2heg/dono

Platform that uses machine learning to help Make-A-Wish foundation quickly identify potential donors.

Notifications You must be signed in to change notification settings

rajivanisetti/dono

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dono (Awarded Second Place at Hack-A-Wish 2019)

Made by Rajiv Anisetti, Sanketh Hegde, Raymond Kwan, Kareem Nosseir, and Ritesh Pendekanti.

About

Dono is an online platform built at Hack-A-Wish 2019 that enables the Make-A-Wish foundation to quickly and efficiently identify potential donors and volunteers.

How it works

Dono uses a variety of different machine learning classification models to determine which potential donors and volunteers are most likely to donate based on previously gathered information, including factors such as age, occupation, gender, marital status, and more. The models used include the following:

  • Neural networks
  • Logistic regression
  • Random Forest classifier
  • K-Nearest-Neighbors (KNN)

The default model used is the Random Forest classifier, as we found that with our mock data it tended to be the most accurate. However, the user has the option to switch between all 4 models and determine which is best for their dataset based on the accuracy we display.

How to run

Follow the steps below to get Dono up and running!

Front-end

npm install

npm start

Back-end

python3 ./app.py

Screenshots

About

Platform that uses machine learning to help Make-A-Wish foundation quickly identify potential donors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.5%
  • Python 17.5%
  • CSS 9.9%
  • R 9.6%
  • HTML 3.5%