Skip to content

Eye Spy is an experimental attempt at real-time object detection game using computer vision, machine learning, as a means of learning Rust. Learn with me and contribute.

Notifications You must be signed in to change notification settings

SuperPanda/eye-spy-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eye Spy

Eye Spy Logo

Eye Spy is a game that utilizes computer vision and machine learning techniques for object detection. The project focuses on achieving maximum performance in object detection and video processing, ensuring that each step can be calculated within a single frame. This allows for a better understanding of the available "performance budget" that can be spent on adding more features to the game while maintaining smooth and responsive gameplay.

Table of Contents

Installation

  1. Install Rust and required dependencies:

  2. Clone the repository:

git clone https://github.com/SuperPanda/eye-spy-rust.git
cd eye-spy-rust
  1. Build and run the project:
cargo build --release
cargo run --release

Usage

TBA

Design Document

Please refer to the design document for detailed information on the project structure, components, and overall design.

Contribution Guidelines

TBA

Versioning Strategy

We will use Semantic Versioning for this project. Each commit should be meaningful and informative, with clear and concise commit messages.

Testing

TBA

License

TBA

About

Eye Spy is an experimental attempt at real-time object detection game using computer vision, machine learning, as a means of learning Rust. Learn with me and contribute.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages