8000 GitHub - justisabelll/link-saver: intelligent link categorization based on site's content
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

justisabelll/link-saver

Repository files navigation

NLP Link Saver

Intelligent link categorization based on site's content.

About

NLP Link Saver is a simple web application designed to categorize web links. Built on a modern tech stack, it leverages a fine-tune of DeBERTa-v3-base from Microsoft, DeBERTa-v3-base-mnli-fever-anli. It serves as a proof of concept for a real world application of NLP text classification.

Tech Stack

Getting Started

  1. Clone the Repository

    git clone https://github.com/your-username/nlp-link-saver.git
    cd nlp-link-saver
  2. Install Dependencies

    npm install
  3. Set Up Environment Variables

    Create a .env file in the project root and add the necessary environment variables.

    DATABASE_URL="file:./dev.db"
    HUGGINGFACE_BEARER_TOKEN="your_hugging_face_bearer_token"
    
  4. Run the Application

    npm run dev

    Visit http://localhost:3000 in your browser.

Usage

  • Add new links via the input field.
  • View categorized links on the main page.

Acknowledgments & Citations

Laurer, Moritz, Wouter van Atteveldt, Andreu Salleras Casas, and Kasper Welbers. 2022. ‘Less Annotating, More Classifying – Addressing the Data Scarcity Issue of Supervised Machine Learning with Deep Transfer Learning and BERT - NLI’. Preprint, June. Open Science Framework. https://osf.io/74b8k.

About

intelligent link categorization based on site's content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0