JPBP22 / engine

0 stars 4 forks source link

Merge backend implementation for recommendations and chatbot into dev branch #25

Closed HenningGC closed 1 year ago

HenningGC commented 1 year ago

This pull request contains the complete backend implementation for the recommendation system and chatbot functionalities. The following features have been added:

Recommendations:

Implemented an endpoint to receive user IDs and return recommended games. Integrated the trained WARP Loss model for generating recommendations. Returns a JSON object containing the list of recommended games. Chatbot:

Implemented an endpoint for the chatbot that receives user messages and returns responses. Integrated OpenAI GPT-3.5 API for chatbot functionalities. Maintains conversation history for context-aware responses. The frontend components have been successfully tested to work with the backend, and all routes have been verified to return the expected results. This PR is ready to be merged into the dev branch for further testing and integration with other components of the project.