A web app built using streamlit powered by CogniGuard project
Live url : https://huggingface.co/spaces/4darsh-Dev/dark_pattern_detector_app
To run web app locally, follow these steps:
1.Clone the Repo:
git clone https://github.com/4darsh-Dev/dark_pattern_detector_app.git
-
Install Requirements:
pip install requirements.txt
-
Run the Streamlit App:
streamlit run app.py
-
Access Your App: After running the command, Streamlit will start a local web server and provide a URL where you can access your app. Typically, it will be something like
http://localhost:8501
. Open this URL in your web browser. -
Stop the Streamlit Server: To stop the Streamlit server, go back to the terminal or command prompt where it's running and press
Ctrl + C
to terminate the server.