Skip to content

ozayn/AIML-projects

Repository files navigation

AIML Projects

This repository contains a collection of AI/ML projects completed as part of the Great Learning AIML program and General Assembly. Each project focuses on a specific domain or technique—ranging from EDA and predictive modeling to computer vision and NLP—implemented using Python and industry-standard libraries.


📂 Project Structure

Each project folder includes:

  • code/: notebooks and scripts
  • data/: input data and derived features
  • images/: plots, visuals, and diagrams
  • Presentation.pdf: project summary slides
  • README.md: project-specific documentation

🔍 Projects

1. FoodHub (EDA)

Performed EDA using NumPy, Pandas, and Seaborn to uncover demand patterns in cuisines and restaurants, and provided business recommendations.

2. Personal Loan Campaign (ML)

Analyzed customer attributes and built a decision tree model to predict loan acquisition likelihood and guide marketing strategies.

3. Credit Card User Churn Prediction (ML)

Built a predictive model to classify churn behavior using Random Forest, Bagging, Boosting, SMOTE, and hyperparameter tuning.

4. Bank Customer Churn Prediction (Neural Networks)

Developed an artificial neural network from scratch to identify high-risk churn customers using TensorFlow and Keras.

5. Plant Seedling Classification (Computer Vision)

Built an image classifier to distinguish plant seedlings and weeds using TensorFlow, image processing, and transfer learning.

6. Stock Market News Sentiment Analysis and Summarization (NLP)

Built an AI-driven system to extract and summarize market sentiment from news articles using LLMs, Transformers, Prompt Engineering, and text preprocessing.

**7. Standardized Test Analysis (EDA)

Comprehensive geospatial analysis of SAT/ACT requirements vs. state averages


🔧 Utils

Common helper functions and scripts are located in the utils/ folder.


🛠 Tech Stack

  • Python, Jupyter
  • Pandas, NumPy, Scikit-learn
  • TensorFlow, Keras
  • Matplotlib, Seaborn
  • Gensim, Transformers, llama-cpp

📎 Notes

  • All projects were developed independently by Azin Faghihi.
  • Content is based on project work from the Great Learning AIML curriculum.
  • Data has been anonymized or sourced from course datasets.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors