Skip to content

Multi-view web camera IoT system with realtime AI processing.

License

Notifications You must be signed in to change notification settings

Luigi-Pizzolito/SmartEye

Repository files navigation

SmartEye

Multi-view web camera IoT system with realtime AI processing.

Running Full System

  1. Make sure you have Docker installed.
  2. Set the camera configurations in config.env.
  3. Run ./setup.sh to generate the configuration from config.env.
  4. Run docker compose up --build to run the system.
  5. Press Ctrl+C to stop and run docker compose down to take the system down.

Running just Web UI

If you want to test and run just the webui server, you can:

cd WebInterface
python -m http.server 8094

In both cases, you can access the website at http://localhost:8094.

Interface Endpoints

About

Multi-view web camera IoT system with realtime AI processing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published