Skip to content

How can I deploy the model to my Java web project? #7

Open
DuckDuckBug opened this issue Nov 24, 2018 · 3 comments
Open

How can I deploy the model to my Java web project? #7

DuckDuckBug opened this issue Nov 24, 2018 · 3 comments

Comments

@DuckDuckBug
Copy link

I want to deploy this model to my Java web project to detect web attack. I don't not the method Java can load the model. If I done, can this model detect the web attack of my website, shold I retrain the model using my websit's web log?

@amurzina
Copy link
Member

amurzina commented Nov 24, 2018

Hi
Actually, this is just proof of concept and not production ready version.
So theoretically, you need just to load the trained model (see https://github.com/loretoparisi/tensorflow-java). Of course, you need to train on your typical requests.

But again, this solution is not production ready and need more complex applying to real web-service for protection.

But it will be awesome if you share with us results when you implement and get some performance.

@DuckDuckBug
Copy link
Author

DuckDuckBug commented Nov 24, 2018 via email

@amurzina
Copy link
Member

Which architecture have you used for one-class classifier?
In the article (link in README.md) we describe our experiments and describe why we refused using classifiers at all.
Which WAF do you develop?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants