Skip to content

AlexEngelhardt/startup-name-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

startup-name-generator

Summary

This package can train a model that learns the "structure" of the words in a supplied text corpus. It then generates new words with a similar structure, which can be used as suggestions for naming things like companies or software.

Quickstart

Check out the Jupyter Notebook(s) in doc/notebooks/.

Documentation

Extended summary

Naming a startup is hard.

I therefore wrote a Python package to randomly generate company name ideas.

It takes an arbitrary text as input, and then trains a recurrent neural network (RNN) on each its words, learning the structure of the text. The input text can be a simple word list (e.g. Greek or Gallic), or a chapter from a book, or just a random list of words (e.g. all Pokemon). The script then generates new random names that sound simliar to the provided list.

Literature/References

About

A Python package that creates name suggestions for companies, software, etc.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages