GenAI Engineer Project - Phillip

GenAI Engineer Project - Phillip

icon
This track equips learners to proficiently create, integrate, test, and deploy AI-driven applications and prompt engineering solutions, leveraging modern AI models and real-life cloud environments. This is a back-end oriented project.
icon
MVP
icon
Timeline
Week
Topic
Project Tasks
Learning (Read/Watch/Exercise)
Completed
1
Project definition
defining Project scope & techstack
which different techstacks you can come up with
True
2
First steps
→ github repo + playing with fastAPI
how to create a connection between a fastapi app with a database
True
3
Finalizing API
→ Finish CRUD for users fastapi + database → playing with generate meal plan + fitness plan
integrated the data management object for CRUD
True
4
Learning more about AI
→ making the plan structure and meal plan better → CRUD functions for every plan
Enum looks nice in Swagger UI
True
5
Finetuning the Program
→ resolve Errors
Bug fixing
True
6
Bringing PDF Export feature
→ learning how to do it
There are many ways to do it
True
7
8
8+
icon
MVP requirements
  • Create a User
  • Safe a User in PstgreSQL Database
  • Delete a User
  • Update a Users Info
  • Create a Plan with User specifics
  • Get the Plans
  • Export the Plans into PDF
icon
V2 optional requirements