Skip to content

MIMIC-LOGICS/Akamai-Mouse-Protection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Akamai-Mouse-Protection

Description

This is a POC of a Biometric Antibot Solution to stop mouse data generated by bots. This POC only works for the mouse movement generator shared in src/old_mact.py, and should not used for any other scope. The training data has not been shared, but only the polished model.

To know more about the implementation, please refer to the blog post here.

Usage

Be sure to load the predictor.py in a new virtual environment as the joblib library might not work as expected.

python3 -m venv venv
source venv/bin/activate

pip install -r requirements.txt

python predictor.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published