Georges Duverger

Georges Duverger

Fitmeal Fitmeal
Maker of Fitmeal, Crono, and CTRL+F
24 points

Badges

Tastemaker
Tastemaker
Veteran
Veteran
Gone streaking
Gone streaking

Maker History

  • Fitmeal
    Fitmeal On-demand nutrition facts
  • CTRL+F
    CTRL+FNLP API to find and replace named entities
    Apr 2020
  • Crono
    CronoMobile notifications, now on your browser
  • DOT
    DOTA collection of NLP (natural language processing) APIs
    Aug 2016
  • 🎉
    Joined Product HuntDecember 16th, 2013

Forums

Crono - Web-hosted API replacement for cron (or cron as a service 🤓)

Crono is a REST API for developers to programmatically schedule time-based jobs. Simply specify a trigger (e.g., crontab), a task (e.g., HTTP request), and you're done. It's also all web-based, so no need to install a library or set up clock processes.

CTRL+F - NLP API to find and replace named entities

When I was working on another project (Fitmeal), back in 2016, I implemented a large NLP module to find food entities in text messages. This week, I refactored that code and made it accessible through an API.

Crono - Programmatic time-based job scheduler

With Crono, you can make your application do something in the future: send an HTTP request every morning at dawn, email your users on their birthday, call yourself in 15 minutes… all that and more in just 2 lines of code.
View more