Dance-Bot: The Autonomous Ballroom

Dance-Bot is a large-scale robotics project designed to bring the joy of ballroom dance to the masses. Using advanced algorithms and machine learning, Dance-Bot learns from human dance partners, adapting its style to fit any rhythm and beat.

				//Dance-Bot's core codebase
				function dance(bot, partner) {
					while(true) {
						if (partner.next_step() == true) {
							bot.step_right_foot();
						}
						else {
							bot.step_left_foot();
						}
					}
				}
			
  1. Developed in partnership with Ballroom Dance Institute (BDI)
  2. Patented 'Bot-Sync' technology
  3. Currently in beta testing with 100+ users