Kelly’s Status Report for 2/24/24
Work Accomplished:
- Downloaded Flutter and installed everything needed.
- Tested a basic Flutter app to familiarize myself DART files and how the UI works, following this Youtube tutorial: https://www.youtube.com/watch?v=HQ_ytw58tC4
- Started building the UI for the app:
- Scrollable inventory page that populates elements from test list of strings that I hardcoded.
- Bottom navigation bar that directs to each individual page when tapped.
Progress:
- My progress in on track with our gantt chart. I decided to push back the LLM server implementation until after we receive the server hardware and it is set up, but am now focusing more on the flutter app.
- Blue represents my tasks, Pink represents the whole team.
Things to complete next week:
- Design Report
- Try using Llama2 – 13B instead of 7B to see what different results it gives me
- Research how to access the LLM in the Flutter app
- Build more to the Flutter app and have all the basic UI elements created