https://github.com/yashassamaga/sampml
Aimbot Detection
https://github.com/yashassamaga/sampml
Last synced: 6 months ago
JSON representation
Aimbot Detection
- Host: GitHub
- URL: https://github.com/yashassamaga/sampml
- Owner: YashasSamaga
- License: mit
- Created: 2018-12-01T16:22:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T17:12:12.000Z (almost 6 years ago)
- Last Synced: 2023-03-01T19:02:27.162Z (about 2 years ago)
- Language: C++
- Homepage:
- Size: 17.8 MB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sampml
| Travis CI | AppVeyor Linux | AppVeyor Windows |
| --------- | -------------- | ---------------- |
| [](https://travis-ci.org/YashasSamaga/sampml) | [](https://ci.appveyor.com/project/YashasSamaga/sampml) | [](https://ci.appveyor.com/project/YashasSamaga/sampml-mjxk0) |---
simplified machine learning toolkit and associated SAMP projects
### Projects:
- Anti Aimbot (`examples/anti-aimbot`)## Requirements
**Mandatory**
- [https://github.com/davisking/dlib](http://dlib.net/) - C++ ML Toolkit**Optional**
- any BLAS/LAPACK library
- [OpenBLAS](https://github.com/xianyi/OpenBLAS/)## Directory Structure
examples\
anti-aimbot\
anti-proaim\
sampml\
- `examples\anti-proaim\` simple example showing how to use `sampml::trainer::svm_classifier`
- `examples\anti-aimbot\` contains code to train models and a plugin that can be used for detection
- `sampml` SAMPML libraryMore information can be found in `README.md` in the subdirectories.