hi, i'm aisha khan ⋆.ೃ࿔*:・

click to view work experience
personalize theme ⤹

*theme settings will be saved for
your next visit

a little about me :)

✿ a second-year undergraduate computer science student - university of alberta
✿ AI development intern @ +twe (june - december)
✿ SWE Fellow @ headstarter AI
✿ intel student ambassador for oneAPI
✿ software developer @ ualberta's blueprint chapter
✿ previous product management intern @+twe
✿ previous AI/ML/DA intern @ mentorness
✿ a second-year undergraduate computer science student - university of alberta
✿ AI development intern @ +twe (june - december)
✿ SWE Fellow @ headstarter AI
✿ intel student ambassador for oneAPI
✿ software developer @ ualberta's blueprint chapter
✿ previous product management intern @+twe
✿ previous AI/ML/DA intern @ mentorness
✿ a second-year undergraduate computer science student - university of alberta
✿ AI development intern @ +twe (june - december)
✿ SWE Fellow @ headstarter AI
✿ intel student ambassador for oneAPI
✿ software developer @ ualberta's blueprint chapter
✿ previous product management intern @+twe
✿ previous AI/ML/DA intern @ mentorness
✿ a second-year undergraduate computer science student - university of alberta
✿ AI development intern @ +twe (june - december)
✿ SWE Fellow @ headstarter AI
✿ intel student ambassador for oneAPI
✿ software developer @ ualberta's blueprint chapter
✿ previous product management intern @+twe
✿ previous AI/ML/DA intern @ mentorness
✿ a second-year undergraduate computer science student - university of alberta
✿ AI development intern @ +twe (june - december)
✿ SWE Fellow @ headstarter AI
✿ intel student ambassador for oneAPI
✿ software developer @ ualberta's blueprint chapter
✿ previous product management intern @+twe
✿ previous AI/ML/DA intern @ mentorness
✿ a second-year undergraduate computer science student - university of alberta
✿ AI development intern @ +twe (june - december)
✿ SWE Fellow @ headstarter AI
✿ intel student ambassador for oneAPI
✿ software developer @ ualberta's blueprint chapter
✿ previous product management intern @+twe
✿ previous AI/ML/DA intern @ mentorness
✿ a second-year undergraduate computer science student - university of alberta
✿ AI development intern @ +twe (june - december)
✿ SWE Fellow @ headstarter AI
✿ intel student ambassador for oneAPI
✿ software developer @ ualberta's blueprint chapter
✿ previous product management intern @+twe
✿ previous AI/ML/DA intern @ mentorness
✿ a second-year undergraduate computer science student - university of alberta
✿ AI development intern @ +twe (june - december)
✿ SWE Fellow @ headstarter AI
✿ intel student ambassador for oneAPI
✿ software developer @ ualberta's blueprint chapter
✿ previous product management intern @+twe
✿ previous AI/ML/DA intern @ mentorness
✿ a second-year undergraduate computer science student - university of alberta
✿ AI development intern @ +twe (june - december)
✿ SWE Fellow @ headstarter AI
✿ intel student ambassador for oneAPI
✿ software developer @ ualberta's blueprint chapter
✿ previous product management intern @+twe
✿ previous AI/ML/DA intern @ mentorness
✿ a second-year undergraduate computer science student - university of alberta
✿ AI development intern @ +twe (june - december)
✿ SWE Fellow @ headstarter AI
✿ intel student ambassador for oneAPI
✿ software developer @ ualberta's blueprint chapter
✿ previous product management intern @+twe
✿ previous AI/ML/DA intern @ mentorness
✿ a second-year undergraduate computer science student - university of alberta
✿ AI development intern @ +twe (june - december)
✿ SWE Fellow @ headstarter AI
✿ intel student ambassador for oneAPI
✿ software developer @ ualberta's blueprint chapter
✿ previous product management intern @+twe
✿ previous AI/ML/DA intern @ mentorness
✿ a second-year undergraduate computer science student - university of alberta
✿ AI development intern @ +twe (june - december)
✿ SWE Fellow @ headstarter AI
✿ intel student ambassador for oneAPI
✿ software developer @ ualberta's blueprint chapter
✿ previous product management intern @+twe
✿ previous AI/ML/DA intern @ mentorness
✿ a second-year undergraduate computer science student - university of alberta
✿ AI development intern @ +twe (june - december)
✿ SWE Fellow @ headstarter AI
✿ intel student ambassador for oneAPI
✿ software developer @ ualberta's blueprint chapter
✿ previous product management intern @+twe
✿ previous AI/ML/DA intern @ mentorness
✿ a second-year undergraduate computer science student - university of alberta
✿ AI development intern @ +twe (june - december)
✿ SWE Fellow @ headstarter AI
✿ intel student ambassador for oneAPI
✿ software developer @ ualberta's blueprint chapter
✿ previous product management intern @+twe
✿ previous AI/ML/DA intern @ mentorness
✿ a second-year undergraduate computer science student - university of alberta
✿ AI development intern @ +twe (june - december)
✿ SWE Fellow @ headstarter AI
✿ intel student ambassador for oneAPI
✿ software developer @ ualberta's blueprint chapter
✿ previous product management intern @+twe
✿ previous AI/ML/DA intern @ mentorness
✿ a second-year undergraduate computer science student - university of alberta
✿ AI development intern @ +twe (june - december)
✿ SWE Fellow @ headstarter AI
✿ intel student ambassador for oneAPI
✿ software developer @ ualberta's blueprint chapter
✿ previous product management intern @+twe
✿ previous AI/ML/DA intern @ mentorness
✿ a second-year undergraduate computer science student - university of alberta
✿ AI development intern @ +twe (june - december)
✿ SWE Fellow @ headstarter AI
✿ intel student ambassador for oneAPI
✿ software developer @ ualberta's blueprint chapter
✿ previous product management intern @+twe
✿ previous AI/ML/DA intern @ mentorness

my portfolio of CS projects ↴

Machine Learning and Artificial Intelligence

PyTorch, TensorFlow, Keras, Scikit, Numpy

Bees: Image Loading and Processing

Can a machine distinguish between a honey bee and a bumble bee? Being able to identify bee species from images, while challenging, would allow researchers to more quickly and effectively collect field data. In this Project, I used Python's image library Pillow to load and manipulate image data. I used transformations of images and built them into a pipeline. Includes data visualization with matplotlib.

View Repository.
Bees: Predict Species from Images

This project is the second part of a series of projects that walk through working with image data, building classifiers using traditional techniques, and leveraging the power of deep learning for computer vision. I built a model to identify honey bees and bumble bees given an image of these insects.

.

View Repository.
Bees: Deep Learning with Images

This project is the third part of a series of projects that walk through working with image data, building classifiers using traditional techniques, and leveraging the power of deep learning for computer vision.In this project, I built a simple deep learning model that can automatically detect honey bees and bumble bees, then load a pre-trained model for evaluation. Made with keras, scikit-learn, scikit-image, and numpy.

View Repository.
Sloth vs Pastry: Image Classification with PyTorch

We'll be using computer vision to answer the internet-popular question: is it a sloth or a pain au chocolat? This is a binary image classification task. In this project, I learnt about loading custom datasets into PyTorch and using transfer learning to perform an image processing task using a mostly-pretrained model, which I fine-tuned.

View Repository.
Neural Style Transfer with TensorFlow

Neural Style Transfer is a technique that blends the content of one image with the artistic style of another using deep learning algorithms. It leverages CNNs to extract and recombine the features of both images, creating a unique artwork that maintains the structure of the original content while adopting the visual style of the other.

View Repository.
E-commerce Clothing Classifier with Keras

Imagine transforming the fashion and retail industry with advanced AI: my project focuses on developing a smart garment classification system. Using machine learning and image classification, I aim to enhance the online shopping experience by making it easier for consumers to find the perfect outfit.

View Repository.

Web Development

HTML, CSS, JavaScript, React, Node.js, Express.js, MongoDB

AI Image Generator App

Created using React and Express, enabling users to generate images with DALL-E AI and share them within the community.

View Repository.
React Blog

A react blog hosted on netlify. Uses Axios for API Requests, along with custom hooks!

View Repository, along with netlify deployment.
Etch-a-Sketch

A drawing board, made in conjunction with the Odin Project.

View website here, draw by hovering with cursor. View repo.
Amazon Frontend Clone

Still in the works. Includes the homepage, orders, and checkout section.

View clone here. Click me to view repository.
Rock Paper Scissors

A rock paper scissors game, whoever reaches 5 points first wins! Made with: Javascript, HTML, and CSS

Test it out here!
Drum Kit, also my favourite project!

I made this to practice my Javascript DOM skills. Press the keys on your keyboard's second row to try :]

Test it out here, external keyboard required.

Database Management + Miscellaneous work

MySQL, Python

Bank Management System

Made using MySQL & Python Connectivity. It has registrations for users & employees, loan transactions, deposits, captcha verifications to access admin side, etc.

View Repository.
First-Aid Bot

The FAC Bot provides the following on selection: Nearby hospitals and emergency contact numbers, First Aid instructions for emergencies, CPR related queries.

View Repository.

༶•┈୨ my work experience ୧┈•༶

+twe (together we empower)

AI Development Intern

June 2024 - Present (1 month)

Dubai, UAE (Hybrid)

  • Conducting research and developing strategic plans for AI product development, leveraging OpenAI API's such as Assistant API and GPT-4.0.
  • Collaborating with cross-functional teams to design and implement innovative AI solutions, enhancing product functionality and user experience.

Intel Corporation (Software)

Intel Student Ambassador

May 2024 - Present (2 months)

Canada

  • Completed a comprehensive learning plan, which involved Intel AI Analytics Toolkit
  • Built and fine-tuned AI models on Intel Developer Cloud
  • Used modin, scikit-learn, and XGBoost for data preprocessing and ML workflows

Blueprint at University of Alberta

Software Developer

October 2023 - Present (8 months)

Canada (Hybrid)

  • Currently in the internal team working on the Club's website for Summer ‘24
  • Developed Non-profits page with Decision Criteria and FAQ’s
  • Working on Sponsor and Partner pages using HTML, CSS with HUGO (static website)

Mentorness

AI/ML/DA Intern

May 2024 - June 2024

Remote

  • Developed predictive models and analysis bots using Python, TensorFlow, and scikit-learn to enhance data-driven decision-making.
  • Designed and implemented SQL databases to efficiently manage and analyze large datasets for various machine learning projects.

more about me

i'm an international student in canada. i was raised in dubai for most of my life, and i've begun a new journey here in alberta in 2023. i focused on web development and python during my high-school years, and i'm currently diving into Machine learning & Data Science! always looking to learn new things.

expertise

  • PyTorch
  • Python
  • MySQL
  • Keras
  • MongoDB
  • Firebase
  • AWS
  • React
  • JavaScript
  • HTML
  • CSS
  • Node.js
  • Express.js
  • HUGO

get in touch with me via email!

Internet icon by Icons8