I was trying to make an RNN-based business name generator for a few weeks, but all the output was pretty random.
then I tried just using a markov chain to generate random names and picking the best (most thematically related) names using fasttext, and it worked pretty well. Check it out and let me know what you think!
my favourite keywords are "sexy, Canadian" and "fun, weed" : ]
maybe eventually, it'll be operating at a loss for a long time I think. The pre-trained fasttext .bin is 8Gb, and the smallest linode that can handle it is $60/month.
8 comments
[ 2.3 ms ] story [ 29.4 ms ] threadthen I tried just using a markov chain to generate random names and picking the best (most thematically related) names using fasttext, and it worked pretty well. Check it out and let me know what you think!
my favourite keywords are "sexy, Canadian" and "fun, weed" : ]