Skip to content

asutosh29/clickbait-highligter-byop24

Repository files navigation

Clickbait Highlighter

Setup instructions

> git clone "https://github.com/asutosh29/clickbait-highligter-byop24"
> cd "clickbait-highligter-byop24"

Make a new environment (Recommended)

  • conda (recommended)
> conda create --name myenv --file req.txt python=3.12.8
> conda activate myenv

Install the dependencies

Also download the following folder from google drive link and put it in a folder named "ClickbaitModel" in the project directory "clickbait-highligter-byop24"

https://drive.google.com/drive/u/3/folders/1aWeD41L3elXf8jRPyRh3d1g7lRf8_Ggx

Folder structure should be like this:

ClickbaitModel
- config.json
- pytorch_model.bin
- other files..

Running the application

> flask run --debug

This should start a server on local IP adress, navigate to the page url.

Using the application

1. Enter a text prompt (suggested around 10-30 words long)
2. Click on [Get Score] button
3. Wait for sometime while the UI updates.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published