Skip to content

QiuhongAnnaWei/HiMyNameIs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

Hi, My Name is...

Introducing "Hi, My Name Is...", an online tool for generating unique and creative names using a neural network trained on a database of top names.

This online tool takes in an input of any or all of the following: desired prefix, uniqueness level, and/or similar-sounding word for the name that they want. Then, we use that information to generate an exciting new name following the user's specifications using a recurrent neural network from textgenrnn trained using a database of top US baby names from 2015-2019 (from the SSA Database). Specifically, for similar-sounding name, we made use of the Soundex algorithm, cosine similarity, and bag of words to output a name that has similar pronunciation to the specified word.

To run:

From the project directory:
cd server
pip3 install -r requirements.txt
python3 app.py

Potentially, you may need to edit the textgenrnn source file to accomodate a recent update of Tensorflow. Please refer to the github issue here.

The site should be up and running at localhost:5000/

About

Generate creative names tailored to your wishes using deep learning!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors