The problem MobiCoviVan (Mobile Covid Vaccination Van) solves
Advantages:
1) Vans will be located in a way such that it is in a convenient spot for all the users in a certain location.
2) Special vans for the specially-abled /elderlies which will provide them the vaccines at their doorstep.
3) Lesser crowd due to many vans located in a small area so users get distributed. All users will be given a scheduled time to further reduce the crowd.
4) Displays information of where the vans are located and for how much time.
Challenges we ran into
Problem 1:
Determining where the van will stop?
Solution:
By taking the average of the longitude and latitude of the registered users of a particular location.
Problem 2:
How to group an area based on the number of registrations?
Solution:
By dividing the areas into Nagars and taking the average of the registered users in that Nagar.
Problem 3:
How to reduce the time complexity of the algorithm?
Solution:
By reducing the input given to the algorithm (by grouping the areas into Nagars).
Problem 4:
How much time it will be stationed there?
Solution:
Depending upon the number of users that have applied to get vaccinated on that particular day.