-
Install linux on any computer and open terminal.
-
Create a virtual environment by typing "virtualenv venv".
-
Activate the virtual environment by typing "source venv/bin/activate".
-
Now install the requirements from the requirements file by changing the directory where requirements file is present.
-
Type "pip install -r requirements.txt". This will install the required packages.
-
"main.py" file contains the main code and utils folder contains utility codes such as fuctions.
-
Run the "main.py" file by typing out "python main.py".
-
To change the dataset used, "main.py" file can be edited accordingly. Comment the dataset not required and uncomment the required one.
-
Results will be printed on the terminal itself.