https://github.com/ewei068/mealifyrecipescraper
Full stack webapp that uses Co:here NLP generation models to scrape recipes for quality ingredient information
https://github.com/ewei068/mealifyrecipescraper
flask nlp react
Last synced: about 2 months ago
JSON representation
Full stack webapp that uses Co:here NLP generation models to scrape recipes for quality ingredient information
- Host: GitHub
- URL: https://github.com/ewei068/mealifyrecipescraper
- Owner: ewei068
- Created: 2022-10-16T19:50:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T01:38:42.000Z (over 3 years ago)
- Last Synced: 2025-09-08T05:52:00.168Z (10 months ago)
- Topics: flask, nlp, react
- Language: Python
- Homepage:
- Size: 221 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MealifyRecipeScraper
Recipe scraper for Mealify app, created @ CalHacks 9.0!
Full stack webapp scraper uses NLP and Co:here to scrape recipe and ingredient information from any URL. It then stores that information in our CockroachDB database to be served in the [Mealify App](https://github.com/abhiganesh/mealify).
## Client
Frontend React app built to query the backend model and DB. Prompts user to input a recipe URL, then queries the model to scrape the webapp. Displays recipe information to user, allowing the user to add the recipe to the CockroachDB, which again queries the backend to add the recipe information to the DB.
## Server
Backend Flask app used as an interface for the frontend to interact with the Co:here model and CockroachDB.
## See Also
* [Mealify App](https://github.com/abhiganesh/mealify)
* [Mealify Open-Source API](https://github.com/Aldenysq/recipe_heroku)
* [Mealify DevPost](https://devpost.com/software/name-ntd9ux)