This project is based on this repository seleniumMachineLearning
Train a Tensorflow model based on Inception V3 with custom set of images and apply the model to identify objects in a webpage with the help of selenium.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is the list of things you need to have in your system.
- Get Docker Desktop to pull Tensorflow images
- Have Python installed in the system
- Clone the repo
git clone https://github.com/dasxran/seleniumMachineLearning.git
- Pull Tensorflow image from Docker hub
docker pull dasxran/tensorflow:trainimages
python3 tf_exec_identifySearchButton.py
Note that the chromedriver location will likely need to be changed, and the paths are linux style.
Distributed under the MIT License. See LICENSE
for more information.
Based on work by Ranjan Kumar Das Project Link: https://github.com/dasxran/seleniumMachineLearning