duckling VS Kornia

Compare duckling vs Kornia and see what are their differences.

duckling

Language, engine, and tooling for expressing, testing, and evaluating composable language rules on input strings. (by facebook)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
duckling Kornia
13 11
4,003 9,227
0.2% 1.6%
0.0 9.4
about 1 month ago 4 days ago
Haskell Python
BSD 3-clause "New" or "Revised" License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

duckling

Posts with mentions or reviews of duckling. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-25.
  • Experimental library for scraping websites using OpenAI's GPT API
    7 projects | news.ycombinator.com | 25 Mar 2023
    For the reasons others have said I don't see it replacing 'traditional' scraping soon. But I am looking forward to it replacing current methods of extracting data from the scraped content.

    I've been using Duckling [0] for extracting fuzzy dates and times from text. It does a good job but I needed a custom build with extra rules to make that into a great job. And that's just for dates, 1 of 13 dimensions supported. Being able to use an AI that handles them with better accuracy will be fantastic.

    Does a specialised model trained to extract times and dates already exist? It's entity tagging but a specialised form (especially when dealing with historical documents where you may need Gregorian and Julian calendars).

    [0] https://github.com/facebook/duckling

  • Automatisiert Kalendereinträge erstellen aus Mails mit Formatlosen Datumsangaben
    2 projects | /r/de_EDV | 16 Feb 2023
    Ah, sorry: https://github.com/facebook/duckling
  • Transforming free-form geospatial directions into addresses - SOTA?
    3 projects | /r/LanguageTechnology | 8 Nov 2022
    To understand what relative distance and direction is indicated from the reference point, I'd look into something like Facebook & Wit.AI's Duckling, and a custom classifier to identify if it's on the reference point ("corner of"), or some distance from ("200 meters southwest"). If you can parse out a distance and direction, then it's all logic to plot the point.
  • Programming languages endorsed for server-side use at Meta
    14 projects | news.ycombinator.com | 27 Jul 2022
    It also powers the backend of Wit.ai which FB owns. Wit's open-source entity parser, duckling, is written entirely in Haskell. https://github.com/facebook/duckling
  • Unsplash chatbot for Discord, Pt. 2: more ways to bring pictures to Discord
    4 projects | dev.to | 4 Feb 2022
    Our RandomPicForLater intent will have one slot called reminderTime and will be of type @duckling.time. Duckling is a library that extracts entities from text, and it is one of the tools used in JAICP for this purpose. Entity types in Duckling are called dimensions and there's a number of them built in, among them is Time which suits us perfectly since we need to ask users when they want us to schedule a post for and then parse a text input into a datetime object.
  • Running Duckling on Windows
    4 projects | /r/haskell | 18 May 2021
    Try downloading the v0.2.0.0 release, extracting it somewhere, opening that location in powershell, and running these commands:
  • Date extraction from text code/API's
    3 projects | /r/LanguageTechnology | 12 Mar 2021
    Duckling can do your work: https://github.com/facebook/duckling
  • SpaCy v3.0 Released (Python Natural Language Processing)
    9 projects | news.ycombinator.com | 1 Feb 2021
  • New Haskell Foundation to Foster Haskell Adoption, Raises 200k USD
    3 projects | news.ycombinator.com | 27 Dec 2020
    > It appears that the intent is to focus on pain points in the Haskell toolchain and libraries.

    Good. I set myself the challenge of compiling a Haskell program [1] during the Christmas holidays. It was meant to be a "one mince pie" challenge, but after an hour I discovered the VM I used didn't have enough RAM (during compilation we were approaching 4GB), then I ran out of disk space as stack approaches 5GB & I had other stuff installed. Once a few hours had gone by (this program isn't fast to compile) I had a working program. I now have to figure out if I can distribute just the resulting binary to other servers, or if it needs other software like GHC installing. Having finished the pack of mince pies, that can wait to another day.

    I know when I first started compiling C/C++ software there was a learning curve and it took hours the first time, but I found it easier to get started. With Haskell, the way one version of GHC is installed first and then Stack installs a completely isolated version is confusing; plus the inscrutable error messages (haven't got it to hand, but one means OOM but doesn't say that - it takes a Google to find the GitHub issue to work that out).

    And this is before I try and experiment/decide to learn some Haskell. Apart from the error messages they're not issues with Haskell per se, but they contribute to the experience of it.

    1. https://github.com/facebook/duckling

Kornia

Posts with mentions or reviews of Kornia. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-14.

What are some alternatives?

When comparing duckling and Kornia you can also consider the following projects:

OpenCV - Open Source Computer Vision Library

spaCy - 💫 Industrial-strength Natural Language Processing (NLP) in Python

Face Recognition - The world's simplest facial recognition api for Python and the command line

EasyOCR - Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.

SimpleCV - The Open Source Framework for Machine Vision

multi-object-tracker - Multi-object trackers in Python

gaps - A Genetic Algorithm-Based Solver for Jigsaw Puzzles :cyclone:

tesserocr - A Python wrapper for the tesseract-ocr API

ctparse - Parse natural language time expressions in python

pytesseract - A Python wrapper for Google Tesseract

Giveme5W1H - Extraction of the journalistic five W and one H questions (5W1H) from news articles: who did what, when, where, why, and how?

Pytorch - Tensors and Dynamic neural networks in Python with strong GPU acceleration