Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MoodMatcher is a web app that analyzes your mood and recommends a movie tailored to how you feel using AI-powered emotion detection.

Notifications You must be signed in to change notification settings

Sarah-Kazi/mood_movie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoodMatcher

MoodMatcher is a web app that analyzes your mood and recommends a movie based on how you feel. It uses a Node.js/Express backend, a modern HTML/CSS/JS frontend, and integrates with Groq and Firebase for authentication and AI-powered recommendations.

How to Run

  1. Clone the repository

    git clone https://github.com/your-username/moodmatcher-fresh.git
    cd moodmatcher-fresh
    
  2. Install dependencies

    npm install
    

    run quick start to use the demo version that does not require api keys. otherwise:

  3. Set up environment variables

    • Copy .env.example to .env and fill in your API keys (Groq, Firebase, YouTube, etc).
  4. Start the server

    npm start
    
  5. Open the app

    • Go to http://localhost:3000 in your browser.

About

MoodMatcher is a web app that analyzes your mood and recommends a movie tailored to how you feel using AI-powered emotion detection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published