top of page

Feb 515 min read
Build an Airflow DAG on AWS EC2
Build a data pipeline with Airflow DAG and deploy on AWS

Apr 5, 202411 min read
Building an AI Analyst Agent with LangChain and GPT-4
Build an AI Agent who can analyze data for you with LangChain, GPT-4, and Streamlit

Mar 8, 20244 min read
Build an AI app to chat with your PDF using LangChain and OpenAI API
Github Page for full code: https://github.com/eyereece/ai-rag-experiments/tree/main/chat-with-your-pdf-ai Overview: Virtual Environment...

Jan 4, 20243 min read
Day 40: Clustering
A clustering algorithm looks at a number of data points and automatically finds data points that are related or similar to each other. In...
Jan 3, 20243 min read
Day 39: Tree Ensembles
Using Multiple Decision Trees One of the weaknesses of using a single decision tree is that decision tree can be highly sensitive to...
bottom of page