Skip to content

Character level language model - Baby Name Generation Automatically

Notifications You must be signed in to change notification settings

gokulsoundara/Baby_Name_Generation

Repository files navigation

Character level language model - Generate Baby Names

Every parents want to name their babies something different, unique and attractive. However, they refer the name books and website where they can find only repeated names and common names.

So this model will generate the new name based on trained name list for both baby boy and girl. Thanks to https://github.com/hadley/data-baby-names for the traing data of list of names US Baby names 1880-2009 and Coursera for utils.py for helper function.

Reference and inspiration: Coursera Dinosaur Name generation assignment