Code Monkey home page Code Monkey logo

dynamix's Introduction

Dynamix

Description

Dynamix is a novel system designed to automate DJ functions by dynamically interpreting the affective state of a crowd in real time. Utilizing advanced affect recognition models, Dynamix enhances party atmospheres by optimizing music selection and transitions based on crowd emotion, aiming to maintain and elevate the overall energy of the venue.

Table of Contents

  1. Installation
  2. Usage
  3. Folder Structure

Installation

To install Dynamix, follow these steps:

  1. Clone the repository to your local machine. Open your terminal or command prompt, navigate to the directory where you want to clone the repository, and run the following command: $ git clone https://github.com/liamkronman/dynamix.git

  2. Install the required dependencies using pip. Assuming you have Python and pip installed, you can install the dependencies listed in the requirements.txt file by running the following command: $ pip install -r requirements.txt

Usage

To start up the system, follow these steps:

  1. Open your terminal or command prompt.

  2. Navigate to the 'affect' directory by running the following command:

$ cd affect
  1. Once you're in the 'affect' directory, run the Python script 'test_integration.py' by executing the following command: $ python test_integration.py

Folder Structure

The organization of this repository is as follows:

/
│
├── affect/             # Folder for streaming, frame capturing and sentiment analysis logic 
│   ├── test_integration.py # The file to run the system!
│   └── ...
│
├── dynamix-app/        # Folder for Dynamix app that streams video with client and plays audio in the backend
│   ├── backend/    
│   └── frontend      
│   
│
├── songs/              # Contains songs used in the system
│
├── spotify/            # Folder for scripts that use Spotify's API to analyze songs for audio features
│   ├── spotify/good_spotify_playlist_features.csv  # CSV for storing audio feature information for each song
│   └── ...
│
└── transitions/        # Folder containing helper functions for transitioning between songs
    └── ...

dynamix's People

Contributors

liamkronman avatar kelflyang avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.