Our Model is still under development and training. So it is not 100% correct. We won't be responsible for any kind of wrong prediction.
Dark patterns are user interfaces designed to trick people. They are carefully crafted to mislead users into doing things, such as buying insurance with their purchase or signing up for recurring bills. Usually, these are designed to benefit the company, not the user. The goal of this project is to create a browser extension that can help users identify and avoid dark patterns on e-commerce websites.
git clone https://github.com/TeamcodeARC/Anti-Manipulation-Brigrade.git
cd api
pip install -r requirements.txt
python app.py
chrome://extensions/
or about:addons
in
Firefox. Make sure developer mode is enabled. Click "Load unpacked" and select the extension folder from
the cloned repository. The application will be running on http://localhost:5000/
This project is licensed under the MIT License - see the LICENSE file for details