Skip to content

e3oroush/generate-names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate names

A fun project for diving into generation method in pytorch.
There are times when you want to name your startup, product or baby! This model might tell you amazing suggestions.
You just have to provide it some example names to generate new names.

How to run

Just install the requirements using pip:

pip install -r requirements.txt

And run the follwoing command to download and prepare the babynames dataset:

python prepare.py

Finally you can train your model and generate sample names with the following command:

python train.py namesbystate.txt
python generate.py

About

Generative models

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages