I will plan to implementation of recommendation engine based on user data. Which method is suitable for implement that method. Can you please suggest some methods???
Oh wow that’s a big topic. Unless you have a query very specific to OpenAI APIs regarding recommender systems, your topic is probably beyond the scope of this community.
But to get you started, I would suggest you research into matrix decomposition, matrix factorisation, and collaborative filtering. Just ask ChatGPT about it! Or look at this tutorial: https://www.datacamp.com/tutorial/recommender-systems-python
Hint: you need to build a collaborative filter, and in a more realistic scenario, possibly use content based recommenders or other methods to overcome the cold start problem. Peace out!