Taro
shakespeare-ish
Made with FlaskUsing GPT-2 and a 35,000+ token Shakespeare sonnet dataset, Shakespear[-ish] is a sonnet generating AI model that can write you a sonnet for whatever prompt you put in! Try today and learn how to make this yourself @ www.ai-camp.org
Recent comments (2)taroii2 months agoReplaced filler github links with actual github link (github.com/taroii/shakespeare-ish)
taroii2 months agoWhen trying to run the model right after starting the application, it will throw an error telling the user to try again in 30 seconds. This is because the model takes some time to load.
banknote_verification
Made with FlaskIn this project, my goal is to predict the validity of bank notes (whether or not they're counterfeit) based on several bank note features. These features were obtained through a Wavelet Transform tool which extracted details about each bank note such as their variance, skewness, curtosis, and entropy. (Based on UCI's Machine Learning Repository) With a wide range of legitimate and counterfeit bank note data, we will create a model that can differentiate (or classify) the real from the fake!
Recent comments (2)taroii2 months agoChanged "Linear" to "Logistic"
taroii2 months agoIn the conclusion section, I added another paragraph indicating things we can implement further to improve our model.