Skip to content

This is a Python program which generates unique last names using simple "neural net".

License

Notifications You must be signed in to change notification settings

youshitsune/lastname-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lastname-gen

This is Python program that generates last names using very simple "neural net".

Usage (on your computer)

First, make sure you have PyTorch installed.

pip install torch

Then, clone this repo.

git clone https://github.com/youshitsune/lastname-gen

If you want to just run pre-trained model, just run run.py script.

python3 run_local.py

If you want to train it, run train.py script.

python3 train.py

Then you can use it.

python3 run_local.py

Usage (on web)

Just click here.

About

This is a Python program which generates unique last names using simple "neural net".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages