How can we implement an in-build javascript classification model into a mobile browser to accelerate mobile web pages?
This project is part of a senior year Capstone project at the New York University. The project is in collaboration with the ComNets. The goal of the project is to implement a machine learning model into the Kiwi browser to accelerate mobile web pages.
The project is divided into three parts:
- Converting a machine learning model (sklearn classification and clustering) into C++ adaptable format (our choice is ONNX)
- Implementing a machine learning model into the Kiwi browser
- Testing the performance of the Kiwi browser with and without the machine learning model
- Testing the performance of the Kiwi browser with and other existing tools that accelerate mobile web pages
Check each of the phase directories for the prerequisites. The prerequisites are different for each phase.
- Clone the repo
git cloneCheck each of the phase directories for the usage.
Distributed under the MIT License. See LICENSE for more information.