Skip to content
View CheesyFrappe's full-sized avatar
🐧
🐧

Organizations

@Google-Developer-Student-Clubs-ATU
Block or Report

Block or report CheesyFrappe

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

Greetings,

I'm Emir, a computer engineering student based in TR.

I'm interested in AI/ML; specifically, natural language processing (NLP) and LLMs. You might want to take a look at my ai-repository, which comprises several courses and source codes for mastering AI concepts.

Here's what I've been programmed recently:

You may consider to check out my Linkedin Page, HackerRank, Leetcode, and get in touch on Twitter.

Pinned Loading

  1. cpu-fcfs-scheduler cpu-fcfs-scheduler Public

    This is a five-state OS simulation that has been scheduled by the FCFS (first come, first serve) algorithm.

    C

  2. riscv-center-of-mass-locator riscv-center-of-mass-locator Public

    RISC-V project that locates the center of mass of an image formatted in RGB.

    Assembly

  3. leetcode-solutions leetcode-solutions Public

    Solutions to Leetcode problems; updated daily

    Python

  4. chip8-emulator chip8-emulator Public

    A fully-featured Chip-8 emulator written in C and SDL

    C

  5. object-detection-on-raspberry-pi object-detection-on-raspberry-pi Public

    A real-time object detection model on Raspberry Pi 4

    Python 1

  6. multithreaded-tcp-ip-chat-server multithreaded-tcp-ip-chat-server Public

    multithreaded server-client application where multiple clients can send text and files via server

    C