A simple recipe analyzer built with React frontend and a few microservices
To start the image service do:
(NO LONGER NEEDED)node index.mjs
in the image-service directory
To start the nutrition service do: node index.mjs
in the nutrition-service directory
To start this service do: node server.mjs
in the recipe-scraper-service directory (idk why I named it differently. okay? jeez.)
To start the main react ui do: npm start
in the recipe-analyzer-ui directory
To start the nlp service do: python flask-app.py
in the nlp-service directory.
To train the model, add training and validation data to /nlp_service/nlp-train.py, then run retrain.ps1
To start this service do: node index.mjs
in the user-data-service directory.
You will need this code from: Here
16.13.1