Web2Vec Docker usage
This sample demonstrates how to use the Web2Vec project in a Docker container. It will run the generate_dataset.py script that will process a list of websites, gather their features and save them in a CSV file.
Install Docker
Clone this repository
Build the Docker image - Dockerfile
docker build -t web2vec .
Run the Docker container. It will run the generate_dataset.py script that will process a list of websites, gather their features and save them in a CSV file.
docker run -it web2vec