autowebcompat icon indicating copy to clipboard operation
autowebcompat copied to clipboard

Automatically detect web compatibility issues

Results 41 autowebcompat issues
Sort by recently updated
recently updated
newest added

Work in progress for #75 @marco-c Sorry for delay! I was busy in exams. So, till now what I have done is creating a class for setting up the selenium...

We need to find some good options for the classifier to reach a baseline acceptable accuracy: - [x] Try vgg16, pretrained on imagenet - [x] Try vgg16, training from scratch...

Build docker images with headless browsers. Each image should expose a port through which it will receive Selenium commands. Try using https://github.com/SeleniumHQ/docker-selenium for this.

We will first do it in a cron job, then we should do it on demand.

The tool should be similar to the labeling tool, but only show images for which we predict there are differences. We should have a button to file an issue on...

We should compare our technique based on CNN with a technique that doesn't use machine learning.