-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added an AI-powered system to match food donors with recipients #181
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, @sanskriti-lal! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.
We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines
Show me some video demo |
Screen.Recording.2024-06-22.at.11.48.35.AM.mov@Sahil1786 this is the same model, I've just stimulated my own dataset . |
can you describe about your contribution |
I've developed a KNN-based matching algorithm to enhance the process of pairing food donors with recipients. This algorithm uses attributes such as food type, location, quantity, and timestamp to calculate similarity scores, ensuring efficient and effective matches. Additionally, I also outlined a comprehensive implementation plan. |
Also @Sahil1786 can you please assign the respective labels |
Yea |
@Sahil1786 can you please review it as well |
Hey can you please look into my PR @Sahil1786 |
Related Issue
None
Description
Developed a KNN-based matching algorithm to calculate similarity between donors and recipients using attributes like food type, location, quantity, and timestamp.
Type of PR
Checklist:
Additional context:
HOW TO IMPLEMENT -
STEP 1 - Create a webpage to take input from the users.
The input form includes - food_type , location , quantity , timestamp , food_preferences.
STEP 2 - Connect to backend in order to store the submission data in a database.
STEP 3 - convert the donation table which has been taken as input and stored in the above steps into .csv file. I’ve provided code to export the data into .csv file.
STEP 4 - Implement the model that I've developed, in backend
STEP 5 - Integrate it with frontend to present the donor-receiver pair table