A simple but fun Turkish name generator model
To check out the streamlit app, go to this link: https://toynamer.streamlit.app
To train the model with default hyperparameters and dataset use the following command:
python src/train.py
If you want to evaluate the trained model weights on evaluation or another dataset use example below:
python src/evaluate.py \
--val_data_path=data/val_dataset.txt \
--model_path=outputs/train_run_2024-08-22_21-09-19/best.pth
To run the app in your local use the following command:
streamlit run app/toynamer_app.py