Tells you what meals to get for the school week using the nutrislice api and hackai!
So obviously it uses Hack Club AI in the backend to generate the responses, and I used copilot a bit for debugging.
Tells you what meals to get for the school week using the nutrislice api and hackai!
So obviously it uses Hack Club AI in the backend to generate the responses, and I used copilot a bit for debugging.
I built an app that plans your lunches for the week based on what is available at school on that day! The most challenging part was dealing with the Nutrislice API, because it was unofficial and didn’t have any docs at all. I am most proud of how I fine tuned the prompt and model to make the AI response perfect
So I just worked on the Readme mainly today, but I also made an adjustment to the history part. Before, I was storing it on a json file, which is hella jank and also doesn’t save between sessions. This time, I used Streamlit’s session state property, which is basically just storing info as cookies(I think) so that it saves between different tabs and stuff. I also made a logo for my project! It’s just a mash up of all the different stuff I used in my project. That’s the attachment cuz the demo is pretty much the same as last time :pf:
Log in to leave a comment
So this is most likely gonna be the final devlog before shipping? During this one I added:
P.S Speed I need these votes my project is kinda homeless
So this is prob gonna be the biggest devlog, spent most of my time working on getting the nutrislice api to work. It’s really unofficial and has no docs, so had to dig through some really old reddit threads to get it to work. Rn it only works for my school, maybe will make it work for whatever school you select in the future but no promises. The json response it gives is giant and is in the format of a week, so it took some time to figure out what was worthwhile info and how to get it. After that it was smooth sailing, using hack club ai was pretty ez cuz of the docs. Using streamlit is cool cuz I can do everything in python with like no work(I hate web dev with my whole heart) So yea that’s the end of my yap the attachment is me using it :D
Log in to leave a comment