FruityVendy is a fruit punch calories tracker that uses Artificial intelligent image classifier to identify fruits shown by users to provide the total calories for the fruits used in the fruit punch. Not able to identify your fruits? No problem. You can select from a curated list of fruits to test the app.
The goal of this is the demonstrate the possible integration of golang, tensorflow models and vuejs to build a simple web app
This app doesn't have anything fancy 😅. Only fancy thing I integrated was tailwind, to help with the styling. The goal is to achieve efficient functionality
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm installStart the development server on http://localhost:3000
