Skip to content
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

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

sanskriti-lal
Copy link

@sanskriti-lal sanskriti-lal commented Jun 17, 2024

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

  • Bug fix
  • [ X] Feature enhancement
  • Documentation update
  • Other (specify): _______________

Checklist:

  • [X ] I have performed a self-review of my code
  • I have read and followed the Contribution Guidelines.
  • I have tested the changes thoroughly before submitting this pull request.
  • I have provided relevant issue numbers, screenshots, and videos after making the changes.
  • [ X] I have commented my code, particularly in hard-to-understand areas.

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

Copy link

@github-actions github-actions bot left a 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

@Sahil1786
Copy link
Owner

Show me some video demo

@sanskriti-lal
Copy link
Author

Screen.Recording.2024-06-22.at.11.48.35.AM.mov

@Sahil1786 this is the same model, I've just stimulated my own dataset .

@Sahil1786
Copy link
Owner

Sahil1786 commented Jun 22, 2024

can you describe about your contribution

@sanskriti-lal
Copy link
Author

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.

@sanskriti-lal
Copy link
Author

Also @Sahil1786 can you please assign the respective labels

@Sahil1786 Sahil1786 added GSSOC'2024 GirlScript Summer of Code | Contributor level2 gssoc labels Jun 26, 2024
@Sahil1786
Copy link
Owner

Yea

@sanskriti-lal
Copy link
Author

@Sahil1786 can you please review it as well

@sanskriti-lal
Copy link
Author

Hey can you please look into my PR @Sahil1786

@Sahil1786 Sahil1786 merged commit 5e2ee31 into Sahil1786:main Jul 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc GSSOC'2024 GirlScript Summer of Code | Contributor level2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants