Hello there my bots and buddys. Last weekend (as a personal project to learn myself Ruby) I created a tool that uses AI generated text for brainstorming/mindmapping purposes.
In short, it's a pretty cool project that might be fun to contribute to/fork as a side project. So if anyone is interested, feel free to go to the GitHub page. Thx!
Pretty fun idea, but am I reading it wrong or are you fibbing when you say it's AI generated :P You just have a corpus that you either sample randomly, or if the keyword is present you use a nearby word, right?
3 comments
[ 3.3 ms ] story [ 12.0 ms ] threadIn short, it's a pretty cool project that might be fun to contribute to/fork as a side project. So if anyone is interested, feel free to go to the GitHub page. Thx!
It needs a Gemfile, or for this type of project perhaps bundler/inline would be great, because then the bundling happens on script start: https://bundler.io/guides/bundler_in_a_single_file_ruby_scri...