8000 rambodazimi (Rambod Azimi) Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View rambodazimi's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report rambodazimi

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
rambodazimi/README.md

Hello there πŸ‘‹

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineerStudent:

    def __init__(self):
        self.name = "Rambod Azimi"
        self.prev_degree = "Software Engineering @ McGill University"
        self.job = "AI/ML Researcher"
        self.interests = ["LLM", "Efficient AI", "Knowledge Distillation", "Generative AI", "Computer Vision"]
        self.language_spoken = ["en_US", "Fa"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineerStudent()
me.say_hi()

πŸ“ Papers

πŸ“ Links

Pinned Loading

  1. KD-LoRA KD-LoRA Public

    KD-LoRA: A Hybrid Approach to Efficient Fine-Tuning with LoRA and Knowledge Distillation

    Python 17

  2. Dashcam-Object-Tracking-System Dashcam-Object-Tracking-System Public

    Analyzing dashcam footage for parked and moving cars, as well as pedestrians passed

    Jupyter Notebook 2 1

  3. AI-Game-Agent AI-Game-Agent Public

    Python 2

  4. Gourmet-Guru-Weekly-Meal-Planner Gourmet-Guru-Weekly-Meal-Planner Public

    Forked from saqar-s/ECSE428

    Python

  5. Arena-Ticketing-System Arena-Ticketing-System Public

    COMP421 Project

    Java

  6. OS-simulation OS-simulation Public

    OS Simulation supporting Shell commands, Memory management (demand paging), and Process Management (schedule)

    C

0