Hacker News new | ask | show | jobs
by mrsernine 1205 days ago
I'm afraid this is a desktop application so there's no live demo right now. But yeah maybe I could set something up so it can be demoed online.

There are binaries you can use for windows and linux, you need an OpenAI api key though:

https://github.com/achousa/gpt-graph/releases

As for the prompt you can find it in: scr/config/prompts.js

https://github.com/achousa/gpt-graph/blob/main/src/config/pr...

1 comments

Thanks a lot.

I don't know much but tried to make a web based version of this with very basic functionality.

https://twitter.com/motyar/status/1632699003061108737

It's amazing how the model is capable of identifying concepts as nodes in the graph, and linking them together. It means it's also useful for concept maps, apart from simply NER.

I've set up a little online demo, however due to browser sandboxing, it's lacking the "load file" functionality. The application loads as a static asset, and API Key get's stored solely in your browser local storage.

https://gpt-graph.loca.lt/

Just tried it, Super cool.