Bhai true hardword hai, koi filter nhi lagaaye. Jha pe phas rhe vha shi kr rhe hai ye nhi ki sb code pehle se file me store hai aur vo de di. Highly appreciated
Who have done all the project without understanding any single word in hindu language but understood all the explanations ? 😁😁😁😁 This guy is such a great teacher. Thank you so much mate.
watched full video length 2 hrs 17 min 41 sec... instead of watching tv series... and it made my day... Great work Nitish bhai... God bless you brother...
Thank you brother! Was stuck at making projects for interviews, now I can say that I can make a project not just for a showcase but can also explain it very well in the interview. This is a real content without any misleading!
Wah guru mauj kar di. Vector ka funda 2-dimension se utha ke itni sahi tarike se samjhaya ki majja aa gya. Even I was very doubtfull in thinking 5000x5000 matrix space. But you make it clear. Namashkar hai apke samjhane ke tareke ko.
Never have I ever been so satisfied with a tutorial video that explained everything in such simple terms and going through it thoroughly explaining why something is being done and all. Great video. Keep it up !
00:02 Content-based movie recommendation system explained in this video. 02:27 Recommendation systems are crucial for ecommerce and online businesses. 09:48 This video discusses building a content-based movie recommender system 17:59 Discussion about movie production details like shooting location, revenue, and tag line 22:39 Content-based movie recommender system 25:01 Content based movie recommender system using similarity of movie content. 36:50 Creating a list and converting strings to list 39:37 Creating a cast column for content-based movie recommender system 47:52 Content-based Recommender System helps prevent confusion in movie recommendations. 53:13 Building a movie recommender system to recommend top five movies to users 1:03:11 Movie recommender system uses vector representation of movies in a two-dimensional space 1:08:14 Creating and using movie vectors to summarize movie descriptions 1:16:18 Content-Based Recommender System with Heroku Deployment 1:26:35 Creating a content-based movie recommender system 1:31:40 Creating a content-based movie recommender system with Heroku deployment 1:34:17 Creating the project and setting up the environment for the recommender system. 1:39:50 Creating a movie recommender system with content-based filtering 1:51:47 Fetch movie details using movie ID 2:01:21 Implementing a movie recommender system with Heroku deployment. 2:07:47 Instructions to setup necessary files for deploying the recommender system on Heroku 2:10:21 Creating a movie recommender system using a content-based approach 2:17:07 Creating a content-based recommender system using a dataset of songs, books or any deleted set.
By far the best instructor on TH-cam, thank you bhaiya! I'm looking for a job switch and was looking for projects to add to my portfolio, agar switch hua toh pakka party!!!
As of March 2022, you can save a pandas DataFrame and save it as pickle and load it to show at streamlit. Genius Content. Salute, you are just amazing.
5:15 Types of Recommender systems 10:50 Project Flow 12:20 Dataset & Jupyter notebook setup 15:15 Data Preprocessing 55:00 Vectorization 1:23:30 Main function 1:33:28 Frontend/Streamlit 2:07:45 Deployment Thank you so much sir !! It was a really very fruitful and informative tutorial !! 💯💯
Great Tutorial. Your explanation is crisp and simple. You are one of my favorites and I have started to watch all your tutorials. You are doing a fantastic job for the Community.
after watching 46 mins of this video i paused the video just to like and subscribe it. really nice explanation. you deserve lots of many many subscribers and much more
Thank you for this informative and well-structured tutorial! The step-by-step guidance, including the Heroku deployment, is incredibly helpful. I’ve learned a lot about building a personalized movie recommendation system. Looking forward to exploring more content like this. Keep up the great work!
Thank you so much you are a gem for a teacher. The way you explain each line of code with so much ease is something to be grateful for. You are literally explaining every methods, functions each tiny details that made me understand the whole lesson in like 2 hours. I am so much grateful
I am amazed to see such an end-to-end project explanation. I want really thank you for making such content. It's really helpful for ML enthusiast beginners like me !
thankyou sir excellent video, happy to get at least 1 channel where we could learn each and everything without anything being skipped and us being told it's simple to do it yourself. Nice job keep up this great work.
Thank you so much, sir. I truly admire you and your work/project because you share even the smallest steps with us without skipping anything. I sometimes notice that you seem tired, yet you never stop working and guiding us. I really appreciate your dedication, and I pray that you find success in every step and phase of your life. I love you so so much❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
Thank you for such a wonderful video, bro. I finished my course and was stuck without a clear idea about the project. I tried a few datasets of my own, but I had some trouble and there were difficulties in getting help. I will definitely watch this entire video and create this projects based on your explanation of the concept. Thank you again.
@@aniksadhukhan8477 hello sir i was searching latests commnt where i can ask if i will make the whole project on google collab so will i face any issues ??????????
Kudos !!! It is a great tutorial video for people beginning coding it shall provide you with the necessary motivation, confidence and skillset to do a minor project . I am so grateful to the instructor and his approach of coding in the spot and showing what errors look like and how one can rectify them.
@@mahakgarg3152create a folder in your computer then open it in vs code….then open terminal in vs code and write”jupyter notebook” then run it your folder will open in jupyter notebook…works for me
1:22:00 We can use 4806C2 instead of 4806×4806 because 4806×4806 Combinations will also contain repeated values ex(1movie,2movie cosine value is same as 2movie,1movie, 1movie,1movie cosine zero etc)4806×4806 will have cosine distances 2,30,97,636(repeation) where as 4806C2 will have 1,15,46,415 cosine distances(distinct).
For People Getting Application Error. Only two problems to fix : Ensure P is Capital in Procfile. & replace 'credentials' to 'config' in text written in setup.sh file or make a new setup.sh file exactly as teacher has made, delete old one.
Such a blessing to have access to such valuable content for free, Indian content creators in IT domain are simply wow....... ! Thank you for sharing. It's truly appreciated!
you may also write the convert function at 38:07 like import json def convert(json_str): # Parse the JSON string into a list of dictionaries data = json.loads(json_str) # Extract the name values from each dictionary names = [d['name'] for d in data] return names
We can also use the below function for cast colum: def convert3(json_str): # Parse the JSON string into a list of dictionaries data = json.loads(json_str) counter = 0
# Extract the name values from each dictionary names = [d['name'] for d in data: if counter != 3]
Thank you for the excellent explanation of the movie recommendation system, covering every aspect thoroughly. Your patience in explaining has greatly aided me in my final-year thesis project. Please continue sharing machine learning projects on your channel. I eagerly anticipate more machine learning projects on your channel. Specifically, I'm looking forward to the object detection project utilizing YOLO and Haar Cascades. Keep up the excellent work!👏👏
amazing explanation...... the idea logics were explained beautifully throughout the video . Also after so many videos finally found your channel and got so much clearity about how to make projects and got out of the spiral of only learning concepts and not able of getting them implemented in a productive way☺☺ great teacher!
I don't know how much experienced you are, your hands-on practice was appreciated. This video makes me very knowledgeable and cleared some of my doubts. why don't make a video on collaborative recommender and explain which algorithm is efficient.
I just finished learning ML models, but using them effectively... with EDA and deployment on Heroku and how to analyze what model to use... these things I am learning from you. Thanks for the series.
@RushikeshHaveliwala not exactly the whole code. I saw the video and later on implemented it. I don't remember if I got an error or not but ofc when we code we do get error and best way to resolve it now a days is chatgpt. It has always helped me... btw... welcome go the fun of resolving the error. 👍🏻👍🏻
@@lisamathur9206 Thanks for replying me back!!!!.... Yes I also use chatGPT to solve any error ..and Yes, fun lies in solving errors....btw let me guess you finished learning model from coursera ?
This is by far one of the best project explanations!! Please do more!! This made me believe that I could learn this and actually enjoy doing it!!! THANKS A TON!!!
@@campusx-officialSir, as Heroku stopped their free services I couldn't able to access my web applications. They are not even accepting indian credit cards. I tried to deploy in others, but because of large size of similarity.pkl (175mb) I couldn't able to upload in GitHub. So can you please tell how to deploy in other web application services? It's kinda urgent.
Thank you Sir for coming to my college "VIT BHOPAL".😇😇 Your way of teaching has always been innovative and mesmerizing. I met you for the very first time and you've been so humble and genuine sir. I learnt a lot from you SIR. I completed so many ML Projects just because of you sir. Thanks for such a sweet gesture. If you ever read my comment, Please reply Sir.😍
Hi Nitish, I am not able to understand where AIML is applied in this project. It looks simple just a software development project. Can you please explain the AIML part in this ?
Nicely explained sir... Thank You very much for giving your efforts and your precious time in this wonderful and informative video!! It helped me a lot for my final year recommendation project... ✌😊!!!!
@@it09cherrieverma48 This tutorial might be a bit outdated, given it's about ~2 years old. Keep in mind that libraries and APIs tend to evolve over time. You might want to explore more recent sources or documentation to achieve the same task.
Thanks you sir .Very much helpful for me and your elaborating skills have cleared my doubts. It will be more helpful for my resume .Thanks a lot sir. And sir you do one more related to hybrid for recent Gen .that will be more beneficial and we can know how it is more efficient than others.
Sir, I really liked the video and followed it till the end. I can say its my first project done from scracth till deployment. Only one issue, heroku isn't free anymore and deployment phase reamins incomplete. if you can find any free alternative and explain the deploymnet on that platform it'll be really helpful.
Instead of making a list and appending it, it's almost always better to use list comprehension as its faster than your normal append method. At 1:16:54, you can alternatively use df['tags'] = df['tags'].apply(lambda x: " ".join([ps.stem(s) for s in x.split()]))
Excellent video. Please make more end to end ML projects. Also, i have a question, instead of movie tags, whatif we use movie genre for recommendations? Thanks in advance
I'm having application error while deployment.. If someone has resolved the issue already,please do tell the steps accordingly that would be a great help!
Only two problems to fix : Ensure P is Capital in Procfile. & replace 'credentials' to 'config' in text written in setup.sh file or make a new setup.sh file exactly as teacher has made, delete old one.
@@bagool20 it should solve the issue, since another user also applied these two things with success. However your case could be different. I shared what worked for me, you can keep on trying other things. Just be attentive on small details, they are often the most lethal ones.
Outstanding work, very simple, practical as well as theoretical explanation, I got it very clear, my theoretical concept cleared, thank you so much, best wishes. I watched your tutorial first time, Chanel is subscribed. love from Pakistan
As an ML interviewer, my suggestion is, never ever write this project in your resume. Few other projects, not to ever mention in your resume : dog-cat Classification, digit Classification, sentiment analysis
UPDATE APRIL 2024: THIS PROJECT IS NOT WORKING, NOT ABLE TO FETCH POSTERS AS TMDB WEBSITE IS NOT RESPONDING. (FACING CONNECTION ERROR 10054)...DON'T WASTE YOUR TIME HERE.
Finally.. finally completed this project after getting tons of error ,was frustrated at the deployment stage ,where my app was deployed but showing application error check log file , finally fixed and deployed it successfully.
1:10:40 , The get_feature_names() method has been deprecated in scikit-learn version 1.0 and removed in version 1.2. It has been replaced by get_feature_names_out().
really thank u bhai i have not seen this type of video on utube since 4 years. i wanted this type of video. i also subscribed u. keep making videos and make your own company.
I want to say that there is no need to apply extra replace function on the columns,it will done when we are extracting names or director from the column
Some of the pkl files are missing in the code , can i get the link of the updated repository ? Also why do we get application error after the build is successful?
Thankyou so much sir ... your this video is very helpful for my "FINAL YEAR PROJECT " SIR.. thankyou thankyou so much sir .. i am very stressed about project .... but your project saves me ...
Bhai true hardword hai, koi filter nhi lagaaye. Jha pe phas rhe vha shi kr rhe hai ye nhi ki sb code pehle se file me store hai aur vo de di. Highly appreciated
vhi toh sikhne ko to isi se milega code to duniya jahan ke ode he hue hai
You deserved a praise the way you explain everything with ease and without making it too complex. Well done
Who have done all the project without understanding any single word in hindu language but understood all the explanations ? 😁😁😁😁
This guy is such a great teacher. Thank you so much mate.
Your contribution will be remembered by the ML Community.
watched full video length 2 hrs 17 min 41 sec... instead of watching tv series... and it made my day... Great work Nitish bhai... God bless you brother...
Thank you brother! Was stuck at making projects for interviews, now I can say that I can make a project not just for a showcase but can also explain it very well in the interview. This is a real content without any misleading!
can you tell me what i have to learn in order to make this project.
@@akashmishra6366 firstly we need to understand the problem very clearly... Numpy pandas sklearn, cosine similarity concept and lil bit streamlit...
@@chessfreak8813 thank you brother..it was really helpful
After installing streamlit in pycharm console , it did not redirect to a url ? Any fixes ?
I am stuck at how to create a folder in Jupyter notebook Someone please help me for God's sake.
I think these guy really needs an award for the best tutor or best content on AI ML , right now no one can match him no one these guy is incredible
Wah guru mauj kar di. Vector ka funda 2-dimension se utha ke itni sahi tarike se samjhaya ki majja aa gya. Even I was very doubtfull in thinking 5000x5000 matrix space. But you make it clear. Namashkar hai apke samjhane ke tareke ko.
Never have I ever been so satisfied with a tutorial video that explained everything in such simple terms and going through it thoroughly explaining why something is being done and all. Great video. Keep it up !
He i m not able. To sign up in dmdb help me please
i agreed
This was my first ML video ever and i was mind blown by your teaching by how well i understood everything being a beginner
what do you do now bro?
how far have you come ? also can you guide me to the path that i should and should not take
appreciate your response
@@lightyagami2906 had to leave that off in college bro, now i got placed in automation role in company, so currently not working on ML
00:02 Content-based movie recommendation system explained in this video.
02:27 Recommendation systems are crucial for ecommerce and online businesses.
09:48 This video discusses building a content-based movie recommender system
17:59 Discussion about movie production details like shooting location, revenue, and tag line
22:39 Content-based movie recommender system
25:01 Content based movie recommender system using similarity of movie content.
36:50 Creating a list and converting strings to list
39:37 Creating a cast column for content-based movie recommender system
47:52 Content-based Recommender System helps prevent confusion in movie recommendations.
53:13 Building a movie recommender system to recommend top five movies to users
1:03:11 Movie recommender system uses vector representation of movies in a two-dimensional space
1:08:14 Creating and using movie vectors to summarize movie descriptions
1:16:18 Content-Based Recommender System with Heroku Deployment
1:26:35 Creating a content-based movie recommender system
1:31:40 Creating a content-based movie recommender system with Heroku deployment
1:34:17 Creating the project and setting up the environment for the recommender system.
1:39:50 Creating a movie recommender system with content-based filtering
1:51:47 Fetch movie details using movie ID
2:01:21 Implementing a movie recommender system with Heroku deployment.
2:07:47 Instructions to setup necessary files for deploying the recommender system on Heroku
2:10:21 Creating a movie recommender system using a content-based approach
2:17:07 Creating a content-based recommender system using a dataset of songs, books or any deleted set.
By far the best instructor on TH-cam, thank you bhaiya!
I'm looking for a job switch and was looking for projects to add to my portfolio, agar switch hua toh pakka party!!!
All the best😀
Can you please tell me what are the technologies used in this project? I have to make a report file
@@srivastav3684 are you done with it? plz suggest me the same
han bhai switch hua?
@@farazahmed8555 Haan bhai do ho gaye xD.
As of March 2022, you can save a pandas DataFrame and save it as pickle and load it to show at streamlit.
Genius Content. Salute, you are just amazing.
5:15 Types of Recommender systems
10:50 Project Flow
12:20 Dataset & Jupyter notebook setup
15:15 Data Preprocessing
55:00 Vectorization
1:23:30 Main function
1:33:28 Frontend/Streamlit
2:07:45 Deployment
Thank you so much sir !! It was a really very fruitful and informative tutorial !! 💯💯
Can you please tell me what are the technologies used in this project? I have to make a report file.
@@srivastav3684 hey if you get that now can you please share
Is tmdb website opening ?. Any body build this project ?
@@sailakshmi7598 yes its still running
can you tell me which model was used?
At 1:57:51
The command is now changed from st.beta_columns() to st.columns()
Thanks a lot broo gbu
you SAVED me bro thanxxx
lol , i got the error , so just randomly I wrote columns and it worked
the moment you opened documentation . i knew you genuinely want us to learn.... thanks
General edit : get_feature_names_out( ) , add out if you get an error while checking at 1:10:46
Thank You😊
it is showing only a list and not much more
We need more such movies where you go through complex data sets and make us understand everything step by step
Thank you. You explained it so patiently. This 2 hours is worth in Gold.
Ofcourse
Great Tutorial. Your explanation is crisp and simple. You are one of my favorites and I have started to watch all your tutorials. You are doing a fantastic job for the Community.
how simple mathematical concept is actually recommending the similar concept, is really amazing. Nitish sir, you are a genius ❤
Starting ke 5 min mei hi samajh aa gayaa tha ki yehi vo video hai jise mai itne din se dhoond rahaa thaa.♥♥
after watching 46 mins of this video i paused the video just to like and subscribe it. really nice explanation. you deserve lots of many many subscribers and much more
Thank you for this informative and well-structured tutorial! The step-by-step guidance, including the Heroku deployment, is incredibly helpful. I’ve learned a lot about building a personalized movie recommendation system. Looking forward to exploring more content like this. Keep up the great work!
Thank you so much you are a gem for a teacher.
The way you explain each line of code with so much ease is something to be grateful for.
You are literally explaining every methods, functions each tiny details that made me understand the whole lesson in like 2 hours. I am so much grateful
You are one of the greatest teacher, I've ever seen.
Recently discovered your channel and I cannot believe that this level of content is available on TH-cam and freely hats off man god bless you
exactly ... same reaction of mine too
is this the above code all working???
@@jenil16
I am amazed to see such an end-to-end project explanation. I want really thank you for making such content. It's really helpful for ML enthusiast beginners like me !
thankyou sir excellent video, happy to get at least 1 channel where we could learn each and everything without anything being skipped and us being told it's simple to do it yourself. Nice job keep up this great work.
Thank you so much, sir. I truly admire you and your work/project because you share even the smallest steps with us without skipping anything. I sometimes notice that you seem tired, yet you never stop working and guiding us. I really appreciate your dedication, and I pray that you find success in every step and phase of your life.
I love you so so much❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
Thank you for such a wonderful video, bro. I finished my course and was stuck without a clear idea about the project. I tried a few datasets of my own, but I had some trouble and there were difficulties in getting help. I will definitely watch this entire video and create this projects based on your explanation of the concept. Thank you again.
Brother i stuck on sklearn countvectorization that show get features names () has no attributes plz suggest me how to do
That's amazing brother i watched full video without missing any single part, i learner new things from your video thank for teaching me
You are such a great teacher. Thank you so much for building end-to-end projects.
I usually don't comment on videos but I had to show my gratitude for this.
plus engagement :p
Great work! thx
Thank you for taking out time to create and explain this project to us. So generous of you.
even after 3 years its a big help , to have access learn practical from such content: big thank you!
While I am doing pio install streamlit in pycharm it is giving error why???
*pip
@@aniksadhukhan8477 are you writing it in terminal?
@@aniksadhukhan8477 hello sir i was searching latests commnt where i can ask if i will make the whole project on google collab so will i face any issues ??????????
Kudos !!!
It is a great tutorial video for people beginning coding it shall provide you with the necessary motivation, confidence and skillset to do a minor project . I am so grateful to the instructor and his approach of coding in the spot and showing what errors look like and how one can rectify them.
I am stuck at how to create a folder in Jupyter notebook Someone please help me for God's sake.
@@mahakgarg3152create a folder in your computer then open it in vs code….then open terminal in vs code and write”jupyter notebook” then run it your folder will open in jupyter notebook…works for me
1:22:00 We can use 4806C2 instead of 4806×4806 because 4806×4806
Combinations will also contain repeated values ex(1movie,2movie cosine value is same as 2movie,1movie, 1movie,1movie cosine zero etc)4806×4806 will have cosine distances 2,30,97,636(repeation) where as 4806C2 will have 1,15,46,415 cosine distances(distinct).
For People Getting Application Error.
Only two problems to fix : Ensure P is Capital in Procfile. & replace 'credentials' to 'config' in text written in setup.sh file or make a new setup.sh file exactly as teacher has made, delete old one.
I still am getting the error bro
thanks bro
I also facing this error
Should i keep config or credentials?
Such a blessing to have access to such valuable content for free, Indian content creators in IT domain are simply wow....... ! Thank you for sharing. It's truly appreciated!
you may also write the convert function at 38:07 like
import json
def convert(json_str):
# Parse the JSON string into a list of dictionaries
data = json.loads(json_str)
# Extract the name values from each dictionary
names = [d['name'] for d in data]
return names
thankyousomuch was struggling a lot coz of this ast module
Thank you so much. This was really helpful
so so so helpfull, i was stuck there for last 15 minuts
We can also use the below function for cast colum:
def convert3(json_str):
# Parse the JSON string into a list of dictionaries
data = json.loads(json_str)
counter = 0
# Extract the name values from each dictionary
names = [d['name'] for d in data: if counter != 3]
return names
People who were stuck were maybe because their return is not properly indented
Thank you for the excellent explanation of the movie recommendation system, covering every aspect thoroughly. Your patience in explaining has greatly aided me in my final-year thesis project. Please continue sharing machine learning projects on your channel. I eagerly anticipate more machine learning projects on your channel. Specifically, I'm looking forward to the object detection project utilizing YOLO and Haar Cascades. Keep up the excellent work!👏👏
Is your TMDb API working?
were you able to deploy the project and is it completely working
amazing explanation...... the idea logics were explained beautifully throughout the video . Also after so many videos finally found your channel and got so much clearity about how to make projects and got out of the spiral of only learning concepts and not able of getting them implemented in a productive way☺☺ great teacher!
Extremely helpful, Words cannot adequately express my appreciation for your help.
thank you to give your time and quality content free
The error on 1:40:30 is working fine on my laptop.
maza aya mera pehla project bana kr
its first time i watch 2 hrs video and i don't wanted it to end
I don't know how much experienced you are, your hands-on practice was appreciated. This video makes me very knowledgeable and cleared some of my doubts. why don't make a video on collaborative recommender and explain which algorithm is efficient.
Will surely make it
I just finished learning ML models, but using them effectively... with EDA and deployment on Heroku and how to analyze what model to use... these things I am learning from you. Thanks for the series.
Hi there !! I want to ask you that have you tried to implement this code shown in video? Because I am getting an errorr.
@RushikeshHaveliwala not exactly the whole code. I saw the video and later on implemented it. I don't remember if I got an error or not but ofc when we code we do get error and best way to resolve it now a days is chatgpt. It has always helped me... btw... welcome go the fun of resolving the error.
👍🏻👍🏻
@@lisamathur9206 Thanks for replying me back!!!!.... Yes I also use chatGPT to solve any error ..and Yes, fun lies in solving errors....btw let me guess you finished learning model from coursera ?
Thanks! Keep it up!
hats off , you are a gem the way you approached and the simple language you communicated with is just great, thank you so much
This is by far one of the best project explanations!! Please do more!! This made me believe that I could learn this and actually enjoy doing it!!! THANKS A TON!!!
Here you go Machine Learning Projects: th-cam.com/play/PLKnIA16_RmvY5eP91BGPa0vXUYmIdtfPQ.html
@@campusx-official Thanks much!! :")
@@campusx-official sir can you tell me how to make it using flask framework?? f
@@campusx-officialSir, as Heroku stopped their free services I couldn't able to access my web applications. They are not even accepting indian credit cards. I tried to deploy in others, but because of large size of similarity.pkl (175mb) I couldn't able to upload in GitHub. So can you please tell how to deploy in other web application services? It's kinda urgent.
@@onestopzz6446 did you figure out how to deploy this application?
I am going to make this project for my microsoft intern program. You literally solved all my confusions. Thankyou.
Thode changes kr lena yr. I am also doing this for same.🥲
@Song_Of_Nature I use vscode
Sir , apke jaise teacher UDEMY par hona chahiye
You are really going to have millions of subscribers one day, thank u so much
the github code is incomplete and some function are not their
Tell me
@@blackdevils8220are you getting the poster
u r just wow,,,, i enjoyed so much .... i never show a man with so much knowledge and intelligence in youtube
Hey please help me i m not able to sign up in tmdb
Thank you Sir for coming to my college "VIT BHOPAL".😇😇 Your way of teaching has always been innovative and mesmerizing. I met you for the very first time and you've been so humble and genuine sir. I learnt a lot from you SIR. I completed so many ML Projects just because of you sir. Thanks for such a sweet gesture. If you ever read my comment, Please reply Sir.😍
your project got the first prize of 50k in my college hackthon
How did you deploy it?
Hey bro can you give me your contact?? I want some help
@@shreyasaini6112 have u got the solution ?
Are u getting poster images of movies?? They are not in dataset how can we get it?
The explanation was soo grounded and begginer friendly
how to solve 'tuple'obj has no attribute 'merge'
Please create a project on collaborative filtering recomendation system
Very very productive and helpful video i have ever seen. And highly appreciated to his teaching skill, he teaches so well.
Make a video on Content + Collaborative = hybrid with deployment .. That would be the best approach for movie Recommendation system
gajab guruji, aapne bahut help kiya sir, aue samjhaya bahut acchha, thank u so much
Hi Nitish, I am not able to understand where AIML is applied in this project. It looks simple just a software development project. Can you please explain the AIML part in this ?
yes, same doubt. only data - preprocessing and then software development was applied imo
Nicely explained sir... Thank You very much for giving your efforts and your precious time in this wonderful and informative video!! It helped me a lot for my final year recommendation project... ✌😊!!!!
as of now Heroku is not available as free any other option for this??
Massive thank you for mind-blowing tutorial! Seriously, your real-world examples made those concepts a total breeze. You rock!
were u able to fetch poster?
i am getting error
@@it09cherrieverma48 This tutorial might be a bit outdated, given it's about ~2 years old. Keep in mind that libraries and APIs tend to evolve over time. You might want to explore more recent sources or documentation to achieve the same task.
@@it09cherrieverma48 Best of luck
Thanks you sir .Very much helpful for me and your elaborating skills have cleared my doubts. It will be more helpful for my resume .Thanks a lot sir. And sir you do one more related to hybrid for recent Gen .that will be more beneficial and we can know how it is more efficient than others.
You are most welcome
Best explanation, and delivery of machine learning project ever, Hats off 👏
Really good explanation! Can you please make a data science course or something? This will help a lot of people.
100 Days of Machine Learning: th-cam.com/play/PLKnIA16_Rmvbr7zKYQuBfsVkjoLcJgxHH.html
You have all the blessings - you made it very easy to understand
Sir, I really liked the video and followed it till the end. I can say its my first project done from scracth till deployment. Only one issue, heroku isn't free anymore and deployment phase reamins incomplete. if you can find any free alternative and explain the deploymnet on that platform it'll be really helpful.
Apka deployment phase hogya kya cmplt agr hua ho ksi or platform p to plz btao mrko
Thank you so much Sir, for building end-to-end projects.
Sir can you please tell me which algorithm you are using
1) Linear Regression
2) Decision tree
3) Neural networks
4) Logistic regression
Nearest Neighbours
@@campusx-official knn ?
which is better among tfidf and cosine similarity?
@@campusx-officialSir isme toh cosine similarity find ki hain ...Eucilidean distance toh nikala nahi fir KNN kaise use hua please tell me
Instead of making a list and appending it, it's almost always better to use list comprehension as its faster than your normal append method.
At 1:16:54, you can alternatively use
df['tags'] = df['tags'].apply(lambda x: " ".join([ps.stem(s) for s in x.split()]))
I think tmdb is not working….something like Indian gov block it or dk what happened
True, but you can still get the dataset from kaggle
thanks aloooot sir...mzaaa aa gya buhat shukrya apka itni mehnat krny ka buhat kmaaal tha
Pycham pe terminal open hi nhi ho rha work hi nhi kr rha
Same problem solution mil gaya ky ?
@@Shruti5576 haa
@@Shruti5576 th-cam.com/video/hh8pVn7qF5c/w-d-xo.htmlsi=1h3oqdJ77C6EHHA7
@@Shruti5576 see this video and solve the problem
@@ManishaKumari-rb4uq can I get your Insta id
I see your content is misleading and is easily implementable...ure videos are of great help!!
Misleading?
Excellent video. Please make more end to end ML projects.
Also, i have a question, instead of movie tags, whatif we use movie genre for recommendations? Thanks in advance
Would have behaved almost similar, I guess
@@campusx-official thanks for the reply.
explanation with pure heart its very very nice hardwork for other people thank you so much sir.
I'm having application error while deployment.. If someone has resolved the issue already,please do tell the steps accordingly that would be a great help!
Only two problems to fix : Ensure P is Capital in Procfile. & replace 'credentials' to 'config' in text written in setup.sh file or make a new setup.sh file exactly as teacher has made, delete old one.
@@purubaranwal8149 I have the same issue (even though i have Procfile and setup.sh written correctly)
@@bagool20 it should solve the issue, since another user also applied these two things with success. However your case could be different. I shared what worked for me, you can keep on trying other things. Just be attentive on small details, they are often the most lethal ones.
Heroku is asking for payment for deployement, how to fix?
@@samyahkhan how to do that? you gave payment options?
Outstanding work, very simple, practical as well as theoretical explanation, I got it very clear, my theoretical concept cleared, thank you so much, best wishes. I watched your tutorial first time, Chanel is subscribed. love from Pakistan
As an ML interviewer, my suggestion is, never ever write this project in your resume. Few other projects, not to ever mention in your resume : dog-cat Classification, digit Classification, sentiment analysis
Why?
@@sagarsalunke6602 it depicts you're a new learning, and haven't really made any other project apart from what you watch in tutorials/courses.
what about getting an internship is it fine
@@testcode9589 ok for an internship.
@@What-kn1sr thank you so much for replying
Thank you so much especially for resolving the error in the video itself!
UPDATE APRIL 2024: THIS PROJECT IS NOT WORKING, NOT ABLE TO FETCH POSTERS AS TMDB WEBSITE IS NOT RESPONDING. (FACING CONNECTION ERROR 10054)...DON'T WASTE YOUR TIME HERE.
Bro are u serious? I am going to do this for collage purpose, please let me know this is working or not🥲
same error bro ....was doing this project at last minute😥
@@rahulk2772 mine too not working
Tmdb has been blocked by India government
Bro I wasted 1 whole day to find out error :/
Finally.. finally completed this project after getting tons of error ,was frustrated at the deployment stage ,where my app was deployed but showing application error check log file , finally fixed and deployed it successfully.
how did you do it? I am also getting the same error
@@ishikamishra7132 check your procfile, setup file for error.
Did you get movie posters at the end??
heroku is asking payment for deployment. I think it has stopped free deployments. Did u paid then deployed??
Can anyone tell another method of deployment as heroku is now charging money for this.
1:10:40 , The get_feature_names() method has been deprecated in scikit-learn version 1.0 and removed in version 1.2. It has been replaced by get_feature_names_out().
really thank u bhai i have not seen this type of video on utube since 4 years. i wanted this type of video. i also subscribed u. keep making videos and make your own company.
Well explained...even data cleaning and all were really helpful....
great learning now I have the power to say yes i know how end to end project makes...thanks sir..
I want to say that there is no need to apply extra replace function on the columns,it will done when we are extracting names or director from the column
superb sir ji . i zabar fan ho gaya sir. bahut i simple way me aap ne jo bataya , bahut kub sir ,
Some of the pkl files are missing in the code , can i get the link of the updated repository ? Also why do we get application error after the build is successful?
do it in render
Thankyou so much sir ... your this video is very helpful for my "FINAL YEAR PROJECT " SIR.. thankyou thankyou so much sir .. i am very stressed about project .... but your project saves me ...
This was a great project. Building a ML model and connecting with webpages and deploying was great. Btw thanks brother 🎉
Thank you so much ,one of the best ml end to end project video I have ever seen.
No worries guys, Project is working
I have recently completed
and thank you Sir for your efforts😍
how are to making the tmdb api work?
The tmdb website is not working how to fetch posters??
Heroku is asking for payment on deployment. How did you deal with that?
can we guys create a group to solve this project and similar ones
@hrishabhbramhe1697
Let's form a group
Again thank you, I've never watched this type of outstanding tutorial