Skip to content
View osu's full-sized avatar
👾
y̧͇̼̟͓͓̘̙͕̤̳̪͐̏͐͊̀̈͐ͪ̓ͥͩ̌̎ͤ̃̚̕ẹ͇͖͉̮̱͓̦̤͉̹̻͍͖͇̖̠̫̤̃ͣ̍͆ͦ́͜ș̪͚̤͎̺͔̩̻̪̭̻̟ͥ̔̋̆̀̕͢͜
👾
y̧͇̼̟͓͓̘̙͕̤̳̪͐̏͐͊̀̈͐ͪ̓ͥͩ̌̎ͤ̃̚̕ẹ͇͖͉̮̱͓̦̤͉̹̻͍͖͇̖̠̫̤̃ͣ̍͆ͦ́͜ș̪͚̤͎̺͔̩̻̪̭̻̟ͥ̔̋̆̀̕͢͜
  • Edmonton, Canada

Sponsoring

@scikit-learn

Highlights

  • Pro

Block or report osu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
osu/README.md

Welcome!

      Patreon

Hi , I'm Hasan

⚒️ I'm currently a third-year Computer Science student at the University of Alberta ⚒️

Check out my LinkedIn: LinkedIn
Email: hkhan7@ualberta.ca
Portfolio/Website https://osu.github.io/portfolio

🚀 Languages and Tools:

python Node.js JavaScript C C++ C# mysql html5 css3 unity git GitHub terminal bash zsh wing vim emacs vscode pycharm photoshop msword msexcel mspowerpoint msonenote

My projects

📽️ Projects 🛠️ Tools 📚 Features
AI Diesease Detection Python Tensorflow Jupyter Scikit-learn Matplotlib Numpy
  • AI-Powered Disease Detection: This project leverages Convolutional Neural Networks (CNNs) for disease detection, focusing on pneumonia in chest X-rays, providing a framework for accurate and early diagnostics.
  • Flexible and Optimized Framework: Includes customization options (data augmentation, hyperparameters, transfer learning) and supports OpenVINO integration for faster inference on Intel hardware.
  • Comprehensive Performance Metrics: Evaluates model performance with accuracy, precision, recall, and AUC, with sample results available for visual inspection and benchmarking.
Spotify Data Analysis MYSQL Python SQLite Matplotlib
  • Developed an analytical pipeline using Python and SQLite to analyze and visualize Spotify’s top 50 songs of 2021.
  • Implemented SQL queries to extract insights, including the top 10 longest songs and average danceability by artist.
  • Generated bar and pie charts with Matplotlib for data visualization, automating the process through a Python script.
Beartracks - Barebones Python Streamlit
  • Developed a student timetable application to manage course enrollments, drops, and display current timetables.
  • Integrated user enrollment functionality, allowing new students to be added with admin authentication.
  • Used Streamlit to create a user-friendly GUI for displaying application outputs.
QNNGPD Python TensorFlow PYTORCH Scikit-Learn Pandas
  • This project was made for intel fall 2024 hackathon
  • Developed Quantum Neural Networks (QNNs) for analyzing genomic data in personalized medicine to predict disease risks and recommend treatments.
  • Implemented a hybrid model integrating classical neural networks (CNNs) and QNNs to handle high-dimensional genomic patterns.
  • Utilized Intel Quantum Simulator, OpenVINO, and Intel DevCloud for model training, testing, and edge inference deployment.
File Automation Python Pandas
  • Automated File and Data Handling: Automates file extraction, data processing, and Excel manipulations, using libraries like openpyxl, pandas, and win32com (Windows-only) for reconciliation tasks.
  • Excel Operations: Formats cells, creates tables, and applies formulas within Excel, leveraging openpyxl and win32com for smooth workflow automation.
  • Cross-Platform Note: Designed for Windows, but can be adapted for other platforms by replacing win32com with cross-compatible libraries for Excel handling.
Maze Pathfinder JavaScript NodeJS
  • A solvable maze is generated using Kruskal’s algorithm.
  • The maze is solved using Dijkstra and A* algorithms.
  • Animated pathfinding visualizes the solution path.
  • Allows generation of different paths with a button click.

Popular repositories Loading

  1. Maze-Pathfinder Maze-Pathfinder Public

    Uses path finding algorithms to find the most optimal path in a randomly generated maze

    JavaScript 2

  2. Beartracks Beartracks Public

    Uses python to make a schedule and displays it graphically through streamlit

    Python 2

  3. osu osu Public

    2

  4. Recon-Automation Recon-Automation Public

    Python 1

  5. Spotify-Top-Songs-2021-Data-Analysis Spotify-Top-Songs-2021-Data-Analysis Public

    SQL project for sorting the top 50 songs on spotify in 2021

    Python

  6. AI-Powered-Disease-Detection-in-X-Ray-Images AI-Powered-Disease-Detection-in-X-Ray-Images Public

    A deep learning project focused on building and training convolutional neural networks (CNNs) to detect diseases from X-ray images, with applications in medical diagnostics such as pneumonia detection

    Jupyter Notebook