An analysis of Keggle baby names. project can be run in two ways.
- Console application
- Web application (using Flask)
Make sure before running the project the working directory is set to the root project folder. Also, NationalNames.csv is in the data folder
- open the terminal in project root folder
- enter the following:
python console.py <name1> <name2> [<path>]
- where <name1> and <name2> are names, case-sensitive and <path> is the path to the csv file. Defaults to the data/NationalNames.csv
- open the terminal in project root folder
- enter the following:
python web.py
- go to browser and enter the URL after "* Running on <URL> "