Well you asked for it! Tada , it's here.
AI frameworks
You can use simple prompts to create whole infrastructure on cloud and set of agents that work towards a goal you define.
Crew AI is a framework that will allow it to happen.
There are other similar frameworks like below, that you can explore.
For this exercise, we will be using Crew AI and AWS.
A common task for most people is to get insights from the data. So that's what we will be doing through this project.
Tools
- AWS Glue/Lambda (depending on processing needs) -> We can use Lambda for smaller tasks and Glue for bigger ETL
- Jupyter notebook for visualiztion (matplotlib) - lightweight tool
Setup
we will follow the documentation from the website
- Crew AI
crewai create crew <project_name>
-
You shall have AWS Keys setup in your environment file (I would encourage you to create an Admin role and use that here)
-
OpenAI API Key - Crew AI needs some LLM to work.
Goal
We will be using some open source data, TLC trip data from NYC taxi is a good source that we can use.
This project is currently on hold due to lot of concurrent side projects. I'll resume this shortly after wrapping up ExpenseSnap