An EVent-Driven Anomaly Detection for Spiking Neural Networks.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python 3.10
- CUDA 12.3 or 12.5
A step by step series of examples that tell you how to get a development env running.
Clone the repo and create virtual environment.
cd $HOME
git clone git@github.com:Piotr45/evdad.git evdad
cd evdad
python -m venv evdad-venv
source evdad-venv/bin/activate
Install EVDAD and requirements via pyproject.toml.
pip install -e .
hash -r
pytest --cov=evdad tests/unit --cov-fail-under=35
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Piotr Baryczkowski - Initial work, framework maintenance - Piotr45
This project is licensed under the MIT License - see the LICENSE.md file for details