This application demonstrates a web-based robotics path planning simulator powered by Google’s Gemini Robotics-ER 1.5 model. The app shows how an AI system converts natural language instructions into safe, efficient movement trajectories, similar to how real robots plan and execute actions.
# Clone the repository
git clone https://github.com/Ashot72/web-based-robotics-path-planning-simulator
# Navigate into the project directory
cd web-based-robotics-path-planning-simulator
# Copy the example `.env` file and add your Gemini API KEY
cp env.example .env
# Install dependencies
npm install
# Start the development server
npm start
# The app will be available at http://localhost:3000📺 Video: Watch on YouTube