This is an Electron application designed to launch and showcase a variety of project demos. It provides a simple and organized interface for running different scripts, opening web pages, and playing video demonstrations.
This application can launch a variety of demos, including:
- Computer Vision:
- Object detection with YOLO v12.
- Large Language Models:
- Quick access to ChatGPT, Google Gemini, and Claude.
- Reinforcement Learning:
- Video demonstrations of agents playing games like Hide & Seek, Lunar Lander, Breakout, and Space Invaders.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Node.js and npm installed on your system.
- Clone the repository:
git clone https://github.com/sdmeers/demo_app cd demo_app - Install the dependencies:
npm install
To start the application in development mode, run:
npm startTo create a packaged application for your platform, run:
npm run makeThis will generate the distributable files in the out directory.
This project is licensed under the MIT License - see the LICENSE file for details.
