5 ms·
Inspyr
- Rush2112 4y agoHello 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!
- mkmk3 4y agoPretty 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?
- kawsper 4y agoCool idea, but the project is not runnable because of missing dependencies. 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_script.html https://bundler.io/guides/bundler_in_a_single_file_ruby_scri...