Download as pdf or txt
Download as pdf or txt
You are on page 1of 12

Proceedings of the Sixth International Conference on Computing Methodologies and Communication (ICCMC 2022)

IEEE Xplore Part Number: CFP22K25-ART; ISBN: 978-1-6654-1028-1

D-Eazy Donation Platform – An Artificial Intelligence


and Video based Mobile Application
Manan Khanna Dhruv Pathak
2022 6th International Conference on Computing Methodologies and Communication (ICCMC) | 978-1-6654-1028-1/22/$31.00 ©2022 IEEE | DOI: 10.1109/ICCMC53470.2022.9753693

Student Software Engineer


Delhi Public School R. K. Puram Natwest Group
New Delhi, India Gurgaon, India
manankhanna2005@gmail.com pathakdhruv92@gmail.com

Abstract—About 9.2% of the world, or 689 million people, Various NGOs in India and globally are suffering with
live in extreme Poverty according to the World Bank. The social common issues like Lack of Funds, Inadequate Training
agencies or trusts are limited in their capability and coverage to Personnel, Lack of Public Participation/Volunteerism, lack of
help these underprivileged people for food and main essentials. central systems,, lack of co-ordination etc. [17] [18].
This paper focuses on the solution which enables mass Donors
to seamlessly connect to recipients or Point-of-Contacts (PoCs) This paper discusses a video based mobile application –
for easily donating food and essentials to underprivileged people D-Eazy designed for Android and Apple/iOS platforms in
while sitting at their homes/places. The solution introduces a
Video-based Mobile App Platform that can be used by Donors
hybrid mode. This mobile application will act as an ultimate
anytime from anywhere to post and schedule their donations. solution for providing an end-to-end donation system and
Recipients directly or through agencies/organizations' PoCs are solve many challenges in the current ecosystem. The paper has
notified of the scheduled donations and pick-up/drop can be been organized as follows: Section II highlights the challenges
arranged internally or through 3rd party pick-up agencies. One of the existing systems and offers the D-Eazy mobile app as
of the other key features is SOS (emergency alert). If any poor the solution with many user-friendly features. Section III
person or family needs urgent help in terms of expensive discusses the architecture and technical aspects of the app.
medicines, blood, etc., this platform can be used by recipient Working flow with the help of screenshots is discussed in
PoCs to trigger SOS which will be received by all the people Section IV. The work is concluded in Section V.
registered to this platform and hence can offer help
immediately. The Application platform is designed and II. PROBLEM AND SOLUTION
developed with frontend user interface in React
Native/JavaScript and backend server in Python/Django. The A. Existing System Challenges
application offers AI based Donation Prediction Engine There are multiple private agencies operating in the
(AIDPE) for adaptive video upload/upload processing and
country to help the underprivileged people, but due to lack of
efficient PoC allocation based on multiple factors.
an end-to-end platform, there is a huge challenge [16] [17]
Keywords—Poverty; Donor; Point-of-Contact; SoS; AI [18] to operationalise this at a broader level. This is
irrespective of millions of Donors out there who are willing to
I. INTRODUCTION help in this noble cause directly or indirectly. As a result, these
India is one of the biggest developing nations in the world. agencies operate only at independent levels as per their
Even if its economy is growing, Poverty is still a huge capacity and reach. Some of the existing challenges are:
challenge. Around 90 million people are living in extreme ● Lack of platform for Donors to easily donate from
Poverty which is around 6-7% of the total population [1]. Most anywhere
of these people are struggling to even earn daily food, clothes, ● Limited connectivity between Donors and the needy
and essentials for themselves or their families. Government people (or Point-of-Contacts) – leads to reduced
and private agencies including NGOs are trying their best to coverage
help them in whatever way they can. These agencies try to ● Lack of trust in the existing agencies – as Donors do not
associate people who can donate to fulfil the cause of helping know if their donation is reaching the right people or not
these poor people. The efforts from these initiatives are ● Multiple items (relatively new and reusable) at homes or
helpful but have very limited coverage. It's very difficult for business shops that can be donated to underprivileged
these agencies/NGOs to associate the mass population with people are thrown as waste
them and convince them to trust these agencies for donations
● No global system to raise emergency alerts (SoS)
[16]. On the other hand, there are around 30-40% of the
population in India [2] who really want or have the capacity B. Solution: Video based Mobile App platform – D-Eazy
to donate and help these under privileged people. But in the
This paper proposes a Video based Mobile App platform
absence of an easy to use and trustable platform, they are not
solution for Donors and recipients/Point-of-Contacts (PoCs)
able to do so, and in fact a lot of re-usable and donatable stuff
to process the donations seamlessly. This proposed platform
is simply going to waste.
offers Android and iOS based Mobile Application which can
be installed from Play Store and App Store respectively.

978-1-6654-1028-1/22/$31.00 ©2022 IEEE 1383


Proceedings of the Sixth International Conference on Computing Methodologies and Communication (ICCMC 2022)
IEEE Xplore Part Number: CFP22K25-ART; ISBN: 978-1-6654-1028-1

Donors through this Application can post the items that framework also consists of AI based Donation Prediction
they want to donate along with item details and video. Engine (AIDPE) which is used to efficiently allocate
Donations can be posted under different categories and pick- PoC/Associate for donation pick-ups and to fast process the
up for those items can be scheduled through the donation video uploads and downloads.
calendar. Group/Bulk donations can also be done as per the The front-end is designed/developed using React native
defined schedule through the App. libraries/modules [7] which is a JavaScript based hybrid App
PoCs from Agencies/NGOs can get themselves registered creation framework. It makes use of a Bridge which is set of
and authenticated within this App. PoCs get the notifications libraries implemented in Java and JavaScript which does the
as soon as the Donors post their donations in their respective necessary interfacing of React code on native environment.
locations. PoCs after checking the details of the donations can Node JS (acts as metro server), JavaScript components, that
then get the items picked up as per the scheduled date and provides the code reusability for smooth UI and events for
time or can propose new pick-up time. PoC while delivering both Android/iOS platforms [8]. The UI states such as users
the donations to the needy people can post a video on the App login information or donation data and other App actions are
of the needy people receiving the donation, which will be managed using Redux [9] which is state management library
notified to actual Donors and thus completing the end-to-end based on Flux architecture [10] where each user action such
donation process. The proposed App platform also offers as a button click triggers a series of actions which sends an
some other important features including SOS which is used update to the application state based on the type of action
to trigger emergency alerts for the immediate requirement of (Action type like request to login, create donation, get
blood or emergency medicines for the underprivileged donation list etc.). This Action type further dispatches
people. Donors on getting these emergency alerts at any place appropriate data (response from Rest API) to the reducers
in the world can immediately acknowledge and contact the which are responsible for state management and consistent
designated people. update of application state even in case of concurrency.
Redux is also used to provide the data hiding security and
C. D-Eazy Application Features
updating props. The app also receives the FCM push
Some of the key features which App offers are: notifications for the specific events from the server.
● Registration of Donors and donation recipients/agencies’
representatives/Point-of-Contacts A. AI Based Donation Prediction Engine (AIDPE)
● Authentication of Agency Representatives/Point-of- One of the key components of D-Eazy Application is
Contacts AIDPE (AI based Donation Prediction Engine) which
● Posting of donations under different categories including includes two functions:
Food/Ration, Clothes, Footwear, Books/Stationery, a) Efficient PoC/Associate Allocation: Predicts and
Sports, Toys, Furniture, Phone/Computer, Money, allocates the appropriate PoC/Associate for input
Birthday celebrations etc. donation(s) in the specific area based on area score,
● Birthday celebrations’ cake/snacks donation donation request score, pick-up schedule score,
● Video based capture at the time of posting and delivering associate score and Donor score
● Quality verification through the checklist b) Adaptive Video Upload and Download
● Group/Bulk donations Processing: Before uploading the video, frontend
● In App donation calendar management compresses the data through transcoding. Using
● Push Notifications AIDPE, based on the user's device and the donation
● Emergency alerts (SOS) for immediate medical need request, the video is converted to the most suitable
(Blood/medicines) codecs and triggers the Adaptive Bit Rate (ABR)
Engine by providing versions of best suited quality
III. APPLICATION PLATFORM DESIGN and lower versions. The ABR engine then checks
D-Eazy App is built on Android and Apple/iOS platforms the device’s internet capability and streams data on
in hybrid mode and the backend server is hosted on the AWS the most optimal bitrate to provide a seamless
cloud. High level architecture is illustrated in Fig. 1. Frontend experience.
is based on React native and backend uses Python/Django
1) Efficient PoC/Associate Allocation
implementation.
One of the key requirements of the D-Eazy Application is
The D-Eazy backend is created using Django framework
to connect each Donation pickup Request raised by a Donor
[3], [4], [5], [6] based on Python which provides a well-
to a right picking NGO/Associate partner. AIDPE of the
defined web application and security module. The
application is built which helps in predicting or allocating a
Framework provides an interface to servers thus providing
best possible pickup partner for each donation request to
the necessary containerization and interfaces with the
cover as much pickups as possible using optimal strength of
deployment servers. The framework provides an excellent
partner resources as well as the time and well-being of the
authentication module which can be used out of the box or
associates. Fig. 2 describes the AIDPE flow to find a best
can be customized as per needs. The App connects with a
suitable Associate.
RDBS based MariaDB database as its data storage. Amazon's
The Allocation engine though equipped with the aim of
SNS and SES services are used to send messages and emails
to users. The App also connects with the Amazon S3 bucket classifying or searching out a single or list of associates for
to store large media files used and connects with the Firebase each pickup requires more than just classification. There is a
console to send appropriate Push Notifications to users. The cluster of common categories of inputs which is used for the
application is deployed in an ec2 instance over cloud. The decision making. These inputs then need to be mapped to a

978-1-6654-1028-1/22/$31.00 ©2022 IEEE 1384


Proceedings of the Sixth International Conference on Computing Methodologies and Communication (ICCMC 2022)
IEEE Xplore Part Number: CFP22K25-ART; ISBN: 978-1-6654-1028-1

score to reach at an overall decisive score which can be b. Donation Quantity (Q) and Weight (W): Similar to
achieved using a regressive approach. Thus, the overall result Donation Category some donations can have more weight
can be achieved by combining all three main categories for and some could be lighter, depending on the weight of a
algorithm that is Classification [11], Clustering [12] and quantity we might need more resources for certain pickups,
Regression [13]. The Allocation process starts with clustering thus this input helps us provide a score for ease of operability
of inputs into common categories where each input is given a for a given discussion, thus heavier objects and larger
score for each user. The classifications and input scoring quantity are more difficult to operate so would have a lower
criteria are: score on a scale of 0-5.

A) Pick Up Score (PUS): Considering above input parameters, a function is applied to


get an aggregated score:
Pick-up areas are currently based on Pin codes and will be
provisioned later to even provide finer grid sizes using
Google S2 [14] library. Following input parameters are (𝑊 2 + 𝑄2 )
𝐷𝑅𝑆 = 𝑙𝑜𝑔2 (𝐷𝐶 + 𝛾 (√ ))
considered: 𝑊∗𝑄

a) Serve-ability (S): This input makes use of the feedback


provided by associates on prior assignments regarding the 𝛾 = 1.2 (𝑃𝑟𝑖𝑜𝑟𝑖𝑡𝑖𝑠𝑖𝑛𝑔 𝑎𝑡𝑡𝑟𝑖𝑏𝑢𝑡𝑒𝑠 𝑜𝑣𝑒𝑟 𝑡𝑦𝑝𝑒, 𝑠𝑖𝑛𝑐𝑒
accessibility and ease of navigation of area, If the area is not 𝑑𝑜𝑛𝑎𝑡𝑖𝑜𝑛 𝑝𝑎𝑐𝑘𝑠 𝑎𝑟𝑒 𝑎𝑙𝑟𝑒𝑎𝑑𝑦 𝑎𝑙𝑙𝑜𝑤𝑒𝑑 𝑤𝑖𝑡ℎ 𝑡𝑖𝑚𝑒 𝑑𝑒𝑙𝑡𝑎𝑠 𝑜𝑛𝑙𝑦)
yet served, a default score of medium serve-ability is
provided. The score range is from 0 - 5, where 0 implies C) Schedule Score (SS):
impossible to serve and 5 defines easily navigable and
accessible areas. The date and time of each pickup is pre-selected by the user
and can be an important factor for determining the eligible
b) Request Frequency (RF): The input deals with the volume associate's selection.
of donations arising for an area and makes use of 7-day
moving average [15]. to represent a score-able quantity. The a. Pickup Date and Time Volume Score (DTS): The date and
score is determined by the range in which the average lies and time for certain pickups can collide which can be beneficial
is assigned a no. between 0 and 5, 0 representing no volume to sequence multiple pickups for a given associate but can
and 5 representing high volume. also be nightmare if the volume of a given area exceeds the
total capacity of associates. Thus, a balance needs to be set to
c) Associate Density (AD): Defines the available associates have an optimum value thus the score range for this input is
for the given area, with added weights to cater associates between -2 and +2, where -2 implies too much volume or too
working in multiple areas. Like other parameters the score is less volume while +2 represents an optimal volume.
calculated between 0 and 5, with 0 as unavailable and 5 as
most available. b. Event on scheduled calendar day score (ES): There are
possibilities that a Donation falls on days when there is an
Considering above input parameters, a function is applied to event or festival, thus making it difficult for pickups to go
get an aggregated score: through, thus these days need to be marked with low score
depending on the extent and range of reason. 0 being a
𝑃𝑈𝑆 = 𝑙𝑜𝑔2 ((𝑆 + 𝐴𝐷) ∗ 𝛼 + 𝑅𝐹/𝛽) national level holiday and 5 being a normal day.
𝛼= Considering above input parameters, a function is applied to
2.75 (𝐷𝑎𝑚𝑝𝑖𝑛𝑔 𝑐𝑜𝑒𝑓𝑓𝑖𝑐𝑖𝑒𝑛𝑡 𝑡𝑜 𝑙𝑖𝑛𝑒𝑎𝑟𝑖𝑠𝑒 𝑓𝑒𝑒𝑑𝑏𝑎𝑐𝑘 𝑠𝑐𝑜𝑟𝑒𝑠 get an aggregated score:
[𝑠𝑡𝑎𝑏𝑖𝑙𝑖𝑠𝑖𝑛𝑔 𝑟𝑎𝑡𝑒 𝑜𝑓 𝑛𝑒𝑤 𝑎𝑟𝑒𝑎 𝑐𝑎𝑠𝑒])
𝑆𝑆 = 𝑙𝑜𝑔2 ((𝐷𝑇𝑆 + 2) ∗ 𝜏 + 𝐸𝑆)
𝛽 = 0.5 (𝐷𝑎𝑚𝑝𝑖𝑛𝑔 𝑐𝑜𝑒𝑓𝑓𝑖𝑐𝑖𝑒𝑛𝑡 𝑡𝑜 𝑠𝑐𝑎𝑙𝑒 𝑟𝑒𝑞𝑢𝑒𝑠𝑡𝑠
[𝑒𝑛𝑠𝑢𝑟𝑖𝑛𝑔 ℎ𝑖𝑔ℎ𝑒𝑟 𝑤𝑎𝑖𝑡]) 𝜏 = 1.8 (𝐷𝑇𝑆 𝑖𝑠 𝑚𝑜𝑟𝑒 𝑖𝑚𝑝𝑜𝑟𝑡𝑎𝑛𝑡 𝑜𝑣𝑒𝑟 𝐸𝑆 𝑠𝑖𝑛𝑐𝑒 𝑡ℎ𝑒𝑠𝑒
𝑒𝑣𝑒𝑛𝑡𝑠 𝑎𝑟𝑒 𝑢𝑠𝑢𝑎𝑙𝑙𝑦 𝑝𝑟𝑒𝑑𝑒𝑡𝑒𝑟𝑚𝑖𝑛𝑒𝑑 𝑎𝑛𝑑 𝑐𝑎𝑛 𝑏𝑒 𝑐𝑎𝑡𝑒𝑟𝑒𝑑
B) Donation Request Score (DRS):
𝑏𝑒𝑓𝑜𝑟𝑒ℎ𝑎𝑛𝑑)
Each donation request is unique, since user can select out of
wide variety of donation categories, with variable volume of D) Associate Score (AS):
items and item weights. Probably the most important parameter in the whole process
a. Donation Category (DC): Each donation lies in one of the is the associate themselves, all other parameters can add to
pre-defined categories and based on the type, a score is accuracy of selection.
attached, since few donations are more time sensitive than a. Associate Availability (AA): Since an Associate can serve
others (ex: food, ration) thus they get a higher score in the a limited area, we need to score an associate on basis of the
index while other gets a lower score. The scoring scale is same and if associate is not available owing to planned or
from 0 to 5, 5 being most time sensitive donation. unplanned leave or is not interested in pickup of some

978-1-6654-1028-1/22/$31.00 ©2022 IEEE 1385


Proceedings of the Sixth International Conference on Computing Methodologies and Communication (ICCMC 2022)
IEEE Xplore Part Number: CFP22K25-ART; ISBN: 978-1-6654-1028-1

donation. A score from 0 to 5 is provided considering the 𝑑𝑒𝑐𝑖𝑠𝑖𝑜𝑛 𝑡𝑜 𝑟𝑒𝑗𝑒𝑐𝑡 𝑡ℎ𝑒 𝑑𝑜𝑛𝑎𝑡𝑖𝑜𝑛
areas served and their closeness to the pickup area in focus
and other availability conditions, setting 5 as most available
and 0 as unavailable. Overall Select-ability Score (OSS):

b. Associates load (L) and efficiency (E): Even though an After creation of above scores a final select-ability score is
associate can be available but can be so occupied that it's created for each associate tried for each donation.
impossible to take up another delivery, Efficiency of
𝑂𝑆𝑆 = 𝑃𝑈𝑆 + 𝑆𝑆 + 𝐷𝑅𝑆 + 𝜖 ∗ 𝐴𝑆 + 𝐷𝑆/𝜕
associates are also considered based on their previous
completed assignments and feedbacks collected overtime. 𝜖 = 2.4(𝑆𝑖𝑛𝑐𝑒 𝑎𝑠𝑠𝑜𝑐𝑖𝑎𝑡𝑒 𝑖𝑠 𝑡ℎ𝑒 𝑝𝑟𝑖𝑚𝑎𝑟𝑦 𝑖𝑛𝑝𝑢𝑡)
The load and efficiency are again mapped on a scale of 0 to
5, 0 representing a loaded and not efficient associate and 5 𝜕 = 1.5 (𝑊𝑒 𝑤𝑎𝑛𝑡 𝑡𝑜 𝑘𝑒𝑒𝑝 𝑑𝑜𝑛𝑜𝑟𝑠 𝑝𝑎𝑟𝑡𝑖𝑐𝑖𝑝𝑎𝑡𝑖𝑜𝑛
with an un-loaded and efficient. 𝑖𝑛𝑓𝑙𝑢𝑒𝑛𝑐𝑒 𝑎𝑡 𝑚𝑖𝑛𝑖𝑚𝑎𝑙)
Considering above input parameters, a function is applied to Final Assigned Associate (FAA):
get an aggregated score:
This Overall Select-ability Score (OSS) is then used to
𝐸 classify if an Associate can be used for Donation Pickup or
𝐴𝑆 = 𝑙𝑜𝑔2 ((𝐴𝐴 + 1) + 𝛿 ∗ (𝐿 ∗ ( )))
1+𝐸 not, an ideal Overall Select-ability Score (OSS) is also
calculated with all constant factors taken along with best
𝛿 = 0.8 (𝑆𝑖𝑛𝑐𝑒 𝑎𝑡 𝑠𝑜𝑚𝑒 𝑝𝑜𝑖𝑛𝑡 𝑤𝑒 𝑚𝑖𝑔ℎ𝑡 𝑛𝑒𝑒𝑑 𝑡𝑜 𝑡𝑎𝑘𝑒 𝑎 factors for a Donation and compared to score of each
ℎ𝑎𝑟𝑑 𝑑𝑒𝑐𝑖𝑠𝑖𝑜𝑛 𝑜𝑓 𝑙𝑜𝑎𝑑𝑖𝑛𝑔 𝑎 𝑎𝑠𝑠𝑜𝑐𝑖𝑎𝑡𝑒 𝑜𝑣𝑒𝑟 𝑐ℎ𝑜𝑜𝑠𝑖𝑛𝑔 Associate, the associate with maximum score is then
𝑎𝑛 𝑎𝑣𝑎𝑖𝑙𝑎𝑏𝑙𝑒 𝑎𝑠𝑠𝑜𝑐𝑖𝑎𝑡𝑒)) considered capable for Pickup and in case of a tie, Associate
score is used to determine the better suited Partner. In case of
E) Donor Score (DS): another tie, round robin approach is used.
Just like making decision on Associate Score, we need to 𝐹𝐴𝐴 = max (𝑂𝑆𝑆)
evaluate the Donor by whom the request is originated.
Operational Efficiency:
a. Donor's Donation History Status (DH): Though most of
time the users commit to their donation, yet sometimes they The overall efficiency of algorithm is around 73% as per
have to cancel up for some reason, since it occurs rarely, we initial simulated results when tested over a simulated set of
can detect a pattern if some users are notoriously putting 5000 test donations with 800 Dummy associates, spread over
donations just to cancel most of them and either reject or different pin codes of Delhi, India. Next step is to try multiple
reduce priority. iterations with larger dataset and different damping
coefficient to achieve a target accuracy of over 90%.
Considering above input parameters, a function is applied to
get an aggregated score:

𝐷𝑆 = 𝑙𝑜𝑔2 (𝐷𝐻)1/𝜌
𝜌 = 3(𝐶𝑢𝑟𝑟𝑒𝑛𝑡𝑙𝑦 𝑡ℎ𝑒 𝑡𝑟𝑢𝑠𝑡 𝑜𝑛 𝑑𝑜𝑛𝑜𝑟𝑠 𝑜𝑣𝑒𝑟𝑝𝑜𝑤𝑒𝑟𝑠 𝑡ℎ𝑒

978-1-6654-1028-1/22/$31.00 ©2022 IEEE 1386


Proceedings of the Sixth International Conference on Computing Methodologies and Communication (ICCMC 2022)
IEEE Xplore Part Number: CFP22K25-ART; ISBN: 978-1-6654-1028-1

Fig. 1. D-Eazy Application Platform Architecture

The Application need not only to support all these


2) Adaptive Video Upload and Download Processing different aptitudes for video data but also need to maintain an
Since the essence of the Application lies in its capability eminent bitrate while keeping the data size to as low as
to provide videos of donation content and their delivery to the possible. To satisfy these requirements, AIDPE uses adaptive
beneficiaries, it is of foremost importance that the application to bitrate (ABR) algorithm while compressing the video data
can handle a huge magnitude of video data in both input and in transcoding phase and switching of codecs to support the
output streams. Another factor that needs to be addressed in plethora of devices used. The advantage of ABR over the
this regard is, a native app’s capability of serving a profusion traditional approaches is that it allows the video provider to
of devices, which can have varying types for video recording. create a different video for each of the screen sizes (or

978-1-6654-1028-1/22/$31.00 ©2022 IEEE 1387


Proceedings of the Sixth International Conference on Computing Methodologies and Communication (ICCMC 2022)
IEEE Xplore Part Number: CFP22K25-ART; ISBN: 978-1-6654-1028-1

devices) that user wishes to target. Also, the ABR algorithm the user and changes the bitrate or quality as per the results
takes into consideration the internet connectivity speeds of thus resulting in minimum to almost no buffering.

Fig. 2. AIDPE Engine flow for PoC/Associate Allocation

The compression is done while the data is uploaded to default codec and store various codec possibilities that
reduce the data size and upload time. This enables storage on can be served by the application for given video data.
the cloud servers to be more compact and increases the • Video download/view/stream: When a user requests to
availability by reducing the size and standardizing a codec. view/download the requested video, the application
Once data upload is complete, the video library takes care of executes below two steps:
identifying and converting the data into multiple codecs so o Based on the user's device and the donation request,
that the data is available cross platform on all servable the video is converted to the most suitable codecs
devices and then provide data to users at best possible quality. and triggers the Adaptive Bit Rate (ABR) Engine by
This transformation of video data is achieved in different providing versions of best suited quality and lower
modules at different stage in the application: versions.
• Video upload: When a video upload request is initiated o The ABR engine then checks the device’s internet
the frontend processes the data and returns a transcoded capability and streams data on the most optimal
version of video ensuring reduced data size yet ensuring bitrate to provide a seamless experience.
acceptable quality levels. The various phases of video transformation are represented
• Video Storage: Once video upload is completed the in Fig. 3:
application triggers a service to convert the video to a

978-1-6654-1028-1/22/$31.00 ©2022 IEEE 1388


Proceedings of the Sixth International Conference on Computing Methodologies and Communication (ICCMC 2022)
IEEE Xplore Part Number: CFP22K25-ART; ISBN: 978-1-6654-1028-1

Fig. 3. AIDPE Engine flow for Video encode-decode

a. In Recent donations, a list will be shown


IV. WORKING OF APPLICATION (SAMPLE FLOWS) and after clicking on the list item, the user
A. Application functional flow can complete/edit after redirecting to a
related screen according to the donation
Fig. 4 below depicts the overall flow of the application
status.
including Donor and NGO/POC context. Donors and PoC
i. For SOS a list is shown, and
can use this operational flow for the donation as per their
user can check and donate for
respective roles. The D-Eazy functional flow has the
individual SOS.
following steps:
b. In Donate now section, there are four steps
1. App starts with React and related libraries
to complete donation (Content form >
2. Node JS metro server gets started
Upload video > Address selection >
3. App enters the main UI thread, and the user can perform
Preview)
an action via login with the server
c. My donations section shall show all the
4. All services and actions will be managed using Redux.
donations for that user.
Response/Auth will be dispatched to Reducers > Store
and update every prop for container on every state
2. PoC:
change using Redux.
a. Main screen contains three sections (Home,
5. Login/Registration will be same for POC/DONOR
Pending donations, All donations)
6. If a user is logged in, he will be redirected to the Home
b. Home will contain two sections (Requested
Screen
donations, Trigger SOS)
7. Donor:
i. In requested donation a list of
o Main Screen contains three sections (Home, Donate
specific donations requested by
now, My donations)
PoC are triggered and shown.
o Home tab contains two sections (Recent donations,
ii. For Trigger SOS, POC will fill
SOS).
up the related SOS details as per
the requirement and submit

978-1-6654-1028-1/22/$31.00 ©2022 IEEE 1389


Proceedings of the Sixth International Conference on Computing Methodologies and Communication (ICCMC 2022)
IEEE Xplore Part Number: CFP22K25-ART; ISBN: 978-1-6654-1028-1

c. Pending donation section will contain three


steps (Confirm donation > Pickup complete Donor/PoC can logout and will be redirected to the login
> Complete donation) screen.
d. All donation sections will consist of all
related donations.

Fig. 4. D-Eazy Functional Flow

pick-up time. PoC can then arrange a pick-up of the


B. Working of the D-Eazy Application
donation and handover the same to the underprivileged
1) Donor and PoC Registration recipient. Short videos while donating to the end users
Donors and PoCs can register through the App for their will be recorded and uploaded on the app by the PoC,
respective roles, and they will be authenticated. Fig. 5 shows which can be acknowledged by the Donor. Fig. 6 shows
the screenshots for the registration page and signup pages for the screenshots of the application when the Donor
the Donor and NGO. initiates the donations.
2) Individual donation under specific category 3) Group donations
Donors can post donations under specific category D-Eazy provides an option for Donors to do group
including Food/Ration, Clothes, Footwear, donations under “Group Donor” category wherein one Donor
Books/Stationery, Sports, Toys, Furniture, can donate a part of the overall bulk donation bucket.
Phone/Computer, Money, Birthday celebrations etc. Different Donors (unknown to each other) can contribute to
Donors can fill the details of the donation including complete the whole donation for any langar etc. Once the
video of items to be donated and then initiate the donation bucket is ready, pickup is arranged, and handover is
donation while providing pick-up address and preferred done accordingly. Fig. 7 shows the screenshot of the Group
time for pick-up. The notification will be sent to PoC donation feature of the D-Eazy application.
covering that location/region. PoC on receiving the
notification can confirm the pick-up time or suggest new

978-1-6654-1028-1/22/$31.00 ©2022 IEEE 1390


Proceedings of the Sixth International Conference on Computing Methodologies and Communication (ICCMC 2022)
IEEE Xplore Part Number: CFP22K25-ART; ISBN: 978-1-6654-1028-1

Fig. 5. D-Eazy Application (a) Registration page (b) Sign Up for a Donor (c) Sign Up for an NGO

Fig. 6. D-Eazy Application (a) Donate Now page (b) Page for Ration/Grocery donations

978-1-6654-1028-1/22/$31.00 ©2022 IEEE 1391


Proceedings of the Sixth International Conference on Computing Methodologies and Communication (ICCMC 2022)
IEEE Xplore Part Number: CFP22K25-ART; ISBN: 978-1-6654-1028-1

4) Birthday Cheers
D-Eazy provides one unique feature i.e., “Birthday
Cheers” (Fig, 8) to enable unprivileged family to celebrate
their young kid's birthday through a surprise cake and snacks
donation on that particular day. PoC can mark dates in the
calendar as per the kid's birthday which is then visible to all
Donors on the App. Donors can then select their preferred
donation date and book the birthday donation. PoC can pick-
up the donation including cake and snacks (with guaranteed
minimum quantity) from the Donor's place and handover the
same to underprivileged family for celebrating their kid's
birthday hence spreading smiles around.

5) SOS/Emergency alerts
D-Eazy provides SOS or emergency alert option wherein
NGO PoC can post an immediate/critical need of Blood or
medicine for any underprivileged person(s). On getting this
emergency alert/notification along with contact details of the
requester, interested Donors can respond back with his
contact details and acknowledgement showing his interest.
Donors can call the requester and help offline. Fig. 9 shows
the SOS/Emergency alert feature of the D-Eazy application.
Fig. 7. Group donation feature of the D-Eazy application

Fig. 8. Birthday Cheers

978-1-6654-1028-1/22/$31.00 ©2022 IEEE 1392


Proceedings of the Sixth International Conference on Computing Methodologies and Communication (ICCMC 2022)
IEEE Xplore Part Number: CFP22K25-ART; ISBN: 978-1-6654-1028-1

Fig. 9. SOS feature usage of the D-Eazy application

6) Notifications/Alerts 7) Periodic Scheduling of donation


Donors and PoCs get notifications/alerts on all the critical D-Eazy provides a donation calendar which can be used
events which can be accessed anytime on the notification by Donor for scheduling periodic donations. The similar
center within D-Eazy App as shown in Fig. 10. calendar is used by PoC to manage and process all the
incoming donations.
V. CONCLUSION AND FUTURE SCOPE
D-Eazy, a video-based application donation platform,
provides an efficient way of connecting mass Donors to
recipients or Point-of-Contacts for donating food and
essentials to poor people while sitting at their homes/places.
The application developed for Android and iOS provides
Donors an option of posting the individual or group donations
under multiple categories as per their preferred pick-up
schedule while ensuring adequate quality. The application
also gives options to PoCs for processing the received
donation and handing over the same to the desired recipient.
Application provides video-based interface to Donor and PoC
for posting a video of actual donation at the time of initiating
a donation and while handing over the donation to desired
person enabling mutual trust. It further enables push
notifications on specific events between Donors and PoC.
One of the important features of this App is SoS/Emergency
alerting wherein PoCs broadcasts towards Donors about the
emergency medical need of blood or critical medicines for the
poor people. Donors can then accept this immediate request
and contact/help the needy people. One of the important
aspects of the application is AI based Donation Prediction
Engine (AIDPE) which provides intelligent allocation of PoC
based on various factors and adaptive video upload/download
processing. The application has been tested for few sample
locations and NGO PoCs in the Delhi NCR region and is
found to be very useful and effective.
Fig. 10. Notifications/Alerts As part of the future scope, applications will be enhanced
to integrate with third party pick and drop app vendors to
facilitate automatic donation pick-up/delivery. Also, PoC
interface will further be enhanced to provide options for
managing local drives and donations end to end. AIDPE shall

978-1-6654-1028-1/22/$31.00 ©2022 IEEE 1393


Proceedings of the Sixth International Conference on Computing Methodologies and Communication (ICCMC 2022)
IEEE Xplore Part Number: CFP22K25-ART; ISBN: 978-1-6654-1028-1

further be upgraded to provide more intelligence and


predictability.

References
[1] Wikipedia. 2022. “Poverty in India” Last modified February 28, 2022.
https://en.wikipedia.org/wiki/Poverty_in_India
[2] Rangarajan. "30% of India is poor, says Rangarajan panel's new
Poverty line formula". First Post. 7 July 2014. Retrieved 21
October 2017
[3] Forcier Jeff, Bissex Paul, Chun Wesley. 2008. Python Web
Development with Django. New York: Addison-Wesley
[4] Vincent William S. 2018. Django for Beginners: Build websites with
Python and Django. London: Still River Press
[5] George Nigel. 2019. Builds a Website with Django 3: A complete
introduction to Django. London: Gnw Independent Publishing.
[6] Vincent William S. 2020 Django for APIs: Build Web APIs with
Python and Django. London: WelcomeToCode
[7] Vipul Kaushik, Kamal Gupta, Deepali Gupta. 2018. React Native
Application Development,3rd ed. Los Angeles, CA: Sage
[8] Majchrzak Tim. 2017. Comprehensive Analysis of Innovative Cross-
Platform App Development Frameworks. Hawaii. January 2017. 50th
Hawaii International Conference on System Sciences: Sage
[9] Gagliardi Valentino. “React redux Tutorial for Beginners: The
Complete Guide (2020)” https://www.valentinog.com/blog/redux/
(accessed June 8, 2020)
[10] Olifant Lebogang. “Flux In-Depth Overview”
https://facebook.github.io/flux/docs/in-depth-overview/ (accessed Oct
8, 2020)
[11] Saravanan R, Sujatha Pothula. 2018. A state of Art techniques on
Machine Learning Algorithms: A Perspective of Supervised Leaning
Approaches in Data Classification. Madurai, India. 2018 Second
International Conference on Intelligent Computing and Control
Systems (ICICCS): IEEE
[12] Wen Zhihua, Tzerpos V. 2004. An effectiveness measure for software
clustering algorithms. Bari, Italy. Proceedings. 12th IEEE International
Workshop on Program Comprehension, 2004: IEEE
[13] Edureka. “Artificial Intelligence Algorithms: All you need to know”
https://www.edureka.co/blog/artificial-intelligence-algorithms/
(accessed July 29, 2021): Edureka
[14] Veach Eric.”S2 Overview”. https://s2geometry.io/. April 2021,
S2Geometry.
[15] Wikipedia. 2022. “Moving Average” Last modified January 31, 2022.
https://en.wikipedia.org/wiki/Moving_average
[16] Nicole Yu Kimberly.2019. “4 challenges NGOs Face and
Corresponding Solutions”. https://asianngo.org/magazine/post-
magazine/article/article-detail/118/4-challenges-ngos-face-and-
corresponding-solutions . February 2019: asianNGO.
[17] Latha Lavanya Kakumani, Prabhakar Kotte. “Non-Government
Organisations: Problems and Remedies in India ” Serbian Journal of
Management 6 (1) (2011) 109 – 121:
http://www.sjm06.com/SJM%20ISSN1452-4864/6_1_2011_May_1-
121/6_1_109-121.pdf
[18] Lone Ahmad Mashkoor, Ganie Ahmad Arsheed. “Problems &
Remedies of Non-Governmental Organizations (NGOS) in Jammu and
Kashmir” The International Journal of Indian Psychology ISSN 2348-
5396 (e) | ISSN: 2349-3429 (p) Volume 4, Issue 1, No. 75, DIP:
18.01.045/20160401. https://oaji.net/articles/2016/1170-
1478790246.pdf

978-1-6654-1028-1/22/$31.00 ©2022 IEEE 1394

You might also like