joyceannie's Stars
josephmisiti/awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
karpathy/LLM101n
LLM101n: Let's build a Storyteller
DataTalksClub/data-engineering-zoomcamp
Free Data Engineering course!
DataTalksClub/llm-zoomcamp
LLM Zoomcamp - a free online course about building a Q&A system
madlabsinc/mevn-cli
Light speed setup for MEVN(Mongo Express Vue Node) Apps
madlabsinc/teachcode
A tool to develop and improve a student’s programming skills by introducing the earliest lessons of coding.
joyceannie/Reddit_Data_Pipeline
The purpose of the project is to create a data pipeline to extract data from Reddit API and create a dashboard to analyse the data. The data is extracted from the subreddit r/Python. The data is extracted daily and uploaded to S3 buckets, and copied to Redshift. The dashboard is created using Google Data Studio.
joyceannie/Data-Modeling-With-Postgres
The main focus of the project is data modeling with Postgres and build an ETL pipeline using Python. The first step is to define fact and dimension tables for a star schema for a particular analytic focus. The second step is to write an ETL pipeline that transfers data from files in different directories into these tables in Postgres using Python and SQL.
joyceannie/TomatoLeafDiseasePrediction
The objective of the project is to classify the images of tomato plant leaves to identify whether the plant is healthy or not. A classification model is trained using Tensorflow and Keras. The application runs locally on Flask server.
joyceannie/BookRecommendationSystem
The objective of the project is to create a recommendation engine using collaborative filtering to recommend books to users.
joyceannie/US-immigrations-data-warehouse
A data warehouse to perform analytics on the immigration trends in the US.