Live data from Hacker News

Show HN: Knowledge graph of restaurants and chefs, built using LLMs

theophilecantelob.re

1–10 of 45 posts

Show HN: Knowledge graph of restaurants and chefs, built using LLMs

#1
Hi HN!

My latest side project is knowledge graph that maps the French culinary network using data extracted from restaurant reviews from LeFooding.com. The project uses LLMs to extract structured information from unstructured text.

Some technical aspects you may be interested in:

- Used structured generation to reliably parse unstructured text into a consistent schema

- Tested multiple models (Mistral-7B-v0.3, Llama3.2-3B, gpt4o-mini) for information extraction

- Created an interactive visualization using gephi-lite and Retina (WebGL)

- Built (with Claude) a simple Flask web app to clean and deduplicate the data

- Total cost for inferencing 2000 reviews with gpt4o-mini: less than 1€!

You can explore the visualization here: [Interactive Culinary Network](https://ouestware.gitlab.io/retina/1.0.0-beta.4/#/graph/?url...)

The code for the project is available on GitHub: - Main project: https://github.com/theophilec/foudinge - Data cleaning tool: https://github.com/theophilec/foudinge-scrub

Happy to get feedback!

Show HN: Knowledge graph of restaurants and chefs, built using LLMs
theophilecantelob.re

Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs

#7

What's the use case for maintaining a list of restaurants that use LLMs?

The phrasing, possibly due to French->English translation, may cause a misleading reading.

It appears the author/poster is using LLMs (OpenAI and Claude, specifically) to extract entity and relationship data to create a knowledge graph of French Restaurants and Chefs.

https://github.com/theophilec/foudinge-scrub/blob/0a2701756f...

Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs

#9

Very cool work. It's worth mentionion that the Graph browser using "Retina" is a project from Ouestware ( https://www.ouestware.com/en/ ) which is also contributor to the GraphCommons and GephiLite projects.

Thank you for the kind words!

Yes, Retina and Gephi are great. In fact I noticed a bug which they fixed immediatly while making the project.

Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs

#10

What's the use case for maintaining a list of restaurants that use LLMs?

The phrasing, possibly due to French->English translation, may cause a misleading reading. It appears the author/poster is using LLMs (OpenAI and Claude, specifically) to extract entity and relationship data to create a knowledge graph of French Restaurants and Chefs. https://github.com/theophilec/foudinge-scrub/blob/0a2701756f...

Thanks for the clarification. I updated the title!
Post reply on HN