Mrinank-Bhowmick / python-beginner-projects

Explore a collection of beginner-friendly Python projects that can be completed with minimal code. Perfect for learning the basics and improving your coding skills.
https://github.com/Mrinank-Bhowmick/python-beginner-projects/wiki
MIT License
1.11k stars 628 forks source link

Movie Rater #326

Closed Petsamuel closed 11 months ago

Petsamuel commented 11 months ago

A simple python Api that handles movies and their respective ratings. These API can serve as a centralized hub for movie enthusiasts to share their opinions, discover new films, and assess the quality of movies they've watched.

harshkasat commented 11 months ago

Hi @Petsamuel, I have a suggestion. To make API calls more effective, we can integrate a KNN machine-learning model for movie recommendations and ratings. This way, we can receive personalized movie recommendations along with their ratings. Could you please assign me and label it as 'hacktoberfest'?

Petsamuel commented 11 months ago

Nice idea, but I'm not the maintainer

parth-verma7 commented 11 months ago

@Mrinank-Bhowmick I would like to work upon this issue. Can you please assign it to me.

Mrinank-Bhowmick commented 11 months ago

Hey @Petsamuel and @harshkasat , I want both of you to work on this issue together, just make sure you are adding your code in this folder -> link

Mrinank-Bhowmick commented 11 months ago

Hey @parth-verma7 , what features can you add to this

ananyapillai72 commented 11 months ago

Hey! I would also like to contribute in it

Mrinank-Bhowmick commented 11 months ago

Hey! I would also like to contribute in it

Hey what features can you add to this ?

harshkasat commented 11 months ago

Can I use RapidAPI's API to retrieve IMDb data and apply ML?

Petsamuel commented 11 months ago

@harshkasat I intended to create an API endpoint with Fastapi ... Considering what you just said now, how will the end product look like?

harshkasat commented 11 months ago

@Petsamuel The IMDb API will provide us with 5 movie names with additional information: director, genre, and actor name. We can then input these five movie names and additional names into a KNN model to obtain recommendations for the closest matching movies.

harshkasat commented 11 months ago

I am considering creating a web application using the Django framework.

Petsamuel commented 11 months ago

nice. is there a platform we could use to work together on this ?

harshkasat commented 11 months ago

I am currently in the process of developing an ML model and have created an API and Django project using RapidAPI. However, being new to this, I am unsure of any platforms that could be used for collaboration on the project. Do you have any suggestions?😥😥

Petsamuel commented 11 months ago

We could use vscode liveshare.

Let's connect via discord or twitter

harshkasat commented 11 months ago

discord : @zedmate

Petsamuel commented 11 months ago

kindly add bieefilled#0 I can't find your account.

harshkasat commented 11 months ago

@Mrinank-Bhowmick Hi there, I created a PR two days ago. Could you please check it out? Thank you.

Mrinank-Bhowmick commented 11 months ago

Awesome Work @Petsamuel @harshkasat 🎉 You may close this issue if it is done

harshkasat commented 11 months ago

@Petsamuel Can you close this issue? Happy Hacking