Skip to content

MikeTheMichaelS/Synth-Sense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e44824f · May 4, 2023
May 4, 2023
Apr 9, 2023
May 1, 2023
May 1, 2023
Apr 10, 2023

Repository files navigation

Synth Sense

Screen Shot 2023-04-05 at 6 45 19 PM

Synth Sense is a dynamic wall art project that uses real-time data on weather, noise, and motion to create an interactive and visually striking display. The art reacts to the movements and interactions of people in the space, changing in color and pattern based on their presence and activity. Additionally, Synth Sense incorporates informational text such as the company's logo and real-time weather and time updates to provide useful information to viewers. The art is designed to be displayed in meeting rooms or lobbies of companies, creating an engaging and memorable visual experience for visitors and employees alike.

Dependencies

Node Version React Version Axios Version p5 Version ml5 Version

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Set up [Local]

  • Clone the repo
git clone https://github.com/MikeTheMichaelS/Synth-Sense.git
  • Install dependencies/packages
    • from the terminal cd into the same directory where you cloned your repo
cd frontend && npm install
  • Start the frontend process
    • In the frontend directory:
    • Make sure to run the backend process before running the frontend
    npm start
    
    • open your local host (localhost:3000)

Deployed Website