Live data from Hacker News

Viewing profile — mattismegevand

mattismegevand

HN member
Joined
Thu, Dec 22, 2022, 9:37 PM UTC
HN karma
72
Public activity
12 items

About mattismegevand

No profile information was provided.

Recent public activity

  1. story
    Show HN: repere – Local-first SQL data explorer using DuckDB WASM

    Repere lets you drop CSV/JSON/Parquet/XLSX files into your browser and immediately query them with full DuckDB SQL. Nothing gets uploaded, everything runs locally via DuckDB WASM. …

  2. comment
    Comment #46580686

    I built an in-browser data explorer for datasets too large for spreadsheets but too small to justify spinning up SQL. It runs entirely client-side using DuckDB-WASM, no server uplo…

  3. story
  4. story
  5. story
  6. comment
    Comment #39825321

    Close to 100%, this problem seem to be easily solved by the model. I plan to do cross validation and also to explore the use of a smaller model.

  7. comment
    Comment #39825313

    The two big cluster are indeed photo and charts. However chart or meme are not all invertible, charts with lots of color can for example be degraded by inversion. Also some chart a…

  8. comment
    Comment #39825285

    Exactly, the transformation done for inference are located here: https://github.com/mattismegevand/invertornot/blob/main/api/...

  9. comment
    Comment #39822168

    Thank you! Very little resources are needed to run it, gwern is using the API and at first I was using a 6$ Droplet (exact same specs as the t2.micro) and it was running well.

  10. comment
    Comment #39822122

    Some graphs with lots of colors can be difficult for models to handle. In these cases, the model often chooses not to flip the graph to avoid making it hard to read, based on past …

  11. comment
    Comment #39822054

    Thank you, yes you can try it directly ( https://invertornot.com/docs ) or you can either upload an images or spam the button to get random images and see their prediction.

  12. story
    Show HN: Invertornot.com – API to enhance your images in dark-mode

    Hi HN, I built ( https://invertornot.com ) it's an API that can predict whether an image will look good/bad while inverted. This is particularly useful for images in dark-mode as y…