https://github.com/little-software-engineer/mood-recommender
Personal and fun project I made that lets the user input their mood and gives them a movie, K-Drama and a song recommendation based on the input.
https://github.com/little-software-engineer/mood-recommender
html java kdrama movie music mysql recommendation-system spring
Last synced: 3 months ago
JSON representation
Personal and fun project I made that lets the user input their mood and gives them a movie, K-Drama and a song recommendation based on the input.
- Host: GitHub
- URL: https://github.com/little-software-engineer/mood-recommender
- Owner: little-software-engineer
- License: mit
- Created: 2024-02-10T14:39:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T16:57:33.000Z (4 months ago)
- Last Synced: 2025-01-20T17:46:52.991Z (4 months ago)
- Topics: html, java, kdrama, movie, music, mysql, recommendation-system, spring
- Language: Java
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Mood Recommender App**
Welcome to the **Mood Recommender App**! This Spring project utilizes HTML, MySQL, and Java to recommend you a movie, a song, and a K-drama based on your mood input. The app takes into account four mood options: **Happy**, **Sad**, **Calm**, and **Excited**. Please note that the mood input is case sensitive.
## **Motivation**
As a lover of movies, music, and K-dramas, I wanted to create a fun project that combines my passion with my interest in learning different frameworks. Thus, the **Mood Recommender App** was born! Later on, this project was used as my university thesis project.## **How it Works**
1. Start by submitting your current mood.
2. The app will process your mood input.
3. Based on your mood, the app will recommend a movie, a song, and a K-drama tailored to your emotional state.## **Technologies Used**
- Spring Framework
- HTML
- Java
- MySQL## **Installation**
1. Clone this repository to your local machine.
2. Ensure you have Java and Spring installed.
3. Run the application with MySQL server running in the background.## **Usage**
1. Open the application in your web browser.
2. Submit your current mood (remember, it's case sensitive).
3. Receive personalized recommendations for a movie, a song, and a K-drama.## **Contribution**
Contributions are welcome! Feel free to fork this repository and submit a pull request with any improvements or additional features you'd like to add.## **Credits**
This project was created by [little-software-engineer](https://github.com/little-software-engineer).