Skip to content

Mood-Based UI is a dynamic user interface project that adapts based on the user's mood, utilizing machine learning to detect emotions and adjust UI elements like colors, themes, and layouts in real-time

Notifications You must be signed in to change notification settings

sideffect263/mood-based-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mood-Based UI

Mood-Based UI is a project that aims to create a user interface that adapts based on the user's mood. This project uses various techniques to detect mood and adjust the UI elements accordingly to enhance user experience. To understand how the backend works please go to - https://github.com/sideffect263/ME_Predict_server For the full backend server and ml algorithems

Features

  • Mood Detection: Uses machine learning algorithms to detect user mood.
  • Dynamic UI Adjustment: Changes UI colors, themes, and layouts based on detected mood.
  • Real-Time Updates: UI updates in real-time as the user's mood changes.

Installation

To install and run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/sideffect263/mood-based-ui.git
    cd mood-based-ui
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm start

    The app will run in development mode. Open http://localhost:3000 to view it in your browser.

  4. Run tests:

    npm test

    Launches the test runner in interactive watch mode.

  5. Build for production:

    npm run build

    Builds the app for production to the build folder.

Usage

To use this project, follow these steps:

  1. Start the application by running npm start.
  2. Interact with the UI: As you interact with the UI, it will adapt based on the detected mood.

Contributing

We welcome contributions! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/YourFeatureName
  3. Make your changes.
  4. Commit your changes:
    git commit -m 'Add some feature'
  5. Push to the branch:
    git push origin feature/YourFeatureName
  6. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any questions or feedback, please open an issue or contact the project maintainer.


This project was bootstrapped with Create React App.

About

Mood-Based UI is a dynamic user interface project that adapts based on the user's mood, utilizing machine learning to detect emotions and adjust UI elements like colors, themes, and layouts in real-time

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published