A Browser extension which states reliability of privacy policies and terms included in the webpage that is being viewed. This provides Integration and Innovation to Execution of AI based Extensions.
- git
- python
- pip
- virtualenv
First, clone the repository on your local machine.
# Using git command
git clone "https://github.com/bharathlakkoju/T_Checker"
# Using gh command
gh repo clone bharathlakkoju/T_Checker
After that, on the root directory use the following commands to create a virtual environment or install virtualenv
to create a new virtual environment.
# If virtualenv is already installed
virtualenv env
# If virtualenv is not installed
pip install virtaulenv
virtualenv env
Now, change to the webextension
directory and install the required dependencies mentioned in the requirements.txt
using pip
.
cd ./webextension/
pip install -r requirements.txt
After installing all the modules,
you just need to run the Django
server.
py manage.py runserver
-
Open you browser (chrome, firefox, brave, etc..)
-
click on
extensions
and enabledeveloper mode
to add custom extensions. -
You need to click on
Load unpacked
option to add new extension from local folder. Select thewebextension_ui
folder and then clicknext
to add the extension.
Now, Your extension is loaded and ready to use.
Please the thank the contributors.