Project Demos
Recipe Database - Demo
Recipe Database - Demo
Demo hosted via AWS Lightsail (intended to run locally)
Flask-based webapp designed to scrape, store, and organize recipe data
The app will scrape data from the <application/ld+json> tag of an online recipe that uses the Schema.org Recipe schema
Recipe name, serving size, cook/prep times, ingredients, directions, and photos are stored in a database
Ugly Wordle Helper
Ugly Wordle Helper
Simple guess suggestion webapp for the Wordle game based on the Flask framework
Hosted via Google Cloud Run
Gives a Top 10 ranked word suggestions based on letter frequency
The possible solution set is updated with each guess and new suggestions are provided
A web scraping script compiles a list of previous answers which are removed from the possible solution set at the startÂ
Frost Dates by Zip Code API
Frost Dates by Zip Code API
Flask-backed API