Why FoodLogger.ai? 🤔
The mission for this project is to build the easiest food-logging app with the help of AI services. The premise is using voice recognition for all food entries to reduce time and effort for the user.
Originally it was meant to be a useful tool for myself to use. Then I had the idea to launch it as a paid product. Then I lost interest and moved onto greener pastures. Now I'm focused on climate-tech!
Project Setup 🛠️
Use the Makefile!
Prequisites
-
Install and run Docker Desktop in order to run the project locally.
-
Create an OpenAI Developer account and add your API key to the
.envfile -
Create a DeepGram account and add your API key to the
.envfile -
Create a Twilio account and add your Auth token, Account ID and Verify Service token to the
.envfile
Install Steps
-
Run
npm install -
Run
make setup -
Run
make start
That's it! The app will now be running on https://localhost:3000
Contribution ideas
-
Migrate to use only free open-source services
-
Analytics pages for weekly, monthly, and yearly macronutrient stats
-
Create a light-mode theme with a toggle to switch modes
-
Create a voice UI so users don't have to navigate or press anything (ex. "Today I ate two pieces of toast with peanut butter at 9am with a cup of coffee, then at 1pm I had a chicken salad sandwich with a side cup of sweet potato soup")