Skip to content

sanni-t/magic-spell-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAGIC SPELL DETECTOR

This package provides a tool to perform detection of spells cast using a wand whose tip can be detected reliably by a camera. Example wand+camera systems are:

  • wand with LED tip or other concentrated, point source of light + any web camera
  • wand with an IR reflective tip + IR light source pointing towards you + a camera capable of seeing IR light

Installation:

  • Clone or download this repository to your local machine
  • Install python v3.8+.
  • Recommended: install pyenv so that you can run the project in virtual environment and control the dependencies' versions.
  • Install Poetry - a python package management tool
  • In terminal/ commandline app, navigate to the root of the project on your local machine and enter poetry install. This should install all the dependencies for the project

Usage:

  • In terminal, navigate to magic-spell-detector/magic_spell_detector and run the spell detector using poetry run python start_detection.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages