Pinned Repositories
algorithmic-interviews-sheet
This repository contains solutions to the problems found in the Algorithmic Interview sheet prepared by Dr. Mostafa Ibrahim. This sheet is for those who are preparing for technical interviews for companies like Google, Facebook, etc.
checkmate-gec
An automated writing evaluation tool for Turkish students who are learning English as a second language. The repo contains the annotated data and a UI for the too.
cv-parser-huggingface
A CV parser built with Hugging Face.
fake-news-detection-bert
Fake News Detection via Bert embeddings
formality-bias-analysis
This repo contains the annotations and other artifacts of the paper titled: In What Languages are Generative Language Models the Most Formal? Analyzing Formality Distribution across Languages
microprocessors-logisim-circuits
This repository contains a sequence of 5 CPUs' Logisim designs. The designs are taught in the course CSE4117 at Marmara University. The Lecture notes can be found here. You may find this repo helpful if you are taking the course or if you are just learning Logisim.
ortpiece
A PyTorch implementation of the ORTPiece: An ORT-Based Turkish Image Captioning Network Based on Transformers and WordPiece. Accepted in SIU2023.
product-reviews-summarizer
Extracting most common bigrams from most positive and most negative comments for a product.
random-twitter-handles_generator
Generate random Twitter handles(usernames) given a country name.
Turkish-GEC
Datasets, models and code for the Turkish Grammatical Error Correction task
asimokby's Repositories
asimokby/cv-parser-huggingface
A CV parser built with Hugging Face.
asimokby/microprocessors-logisim-circuits
This repository contains a sequence of 5 CPUs' Logisim designs. The designs are taught in the course CSE4117 at Marmara University. The Lecture notes can be found here. You may find this repo helpful if you are taking the course or if you are just learning Logisim.
asimokby/product-reviews-summarizer
Extracting most common bigrams from most positive and most negative comments for a product.
asimokby/random-twitter-handles_generator
Generate random Twitter handles(usernames) given a country name.
asimokby/fake-news-detection-bert
Fake News Detection via Bert embeddings
asimokby/algorithmic-interviews-sheet
This repository contains solutions to the problems found in the Algorithmic Interview sheet prepared by Dr. Mostafa Ibrahim. This sheet is for those who are preparing for technical interviews for companies like Google, Facebook, etc.
asimokby/GEC-M2Format-to-Sentence
A script that converts a sentence annotated in M2 Format, the standard format for annotated Grammatical Error Correction files, to the correct sentence.
asimokby/PDelivery
PDelivery is a tool that connects shoppers with travelers. Shop anywhere around the world from the comfort of your home! Delivery, done Personally.
asimokby/checkmate-gec
An automated writing evaluation tool for Turkish students who are learning English as a second language. The repo contains the annotated data and a UI for the too.
asimokby/formality-bias-analysis
This repo contains the annotations and other artifacts of the paper titled: In What Languages are Generative Language Models the Most Formal? Analyzing Formality Distribution across Languages
asimokby/image-compression-kmeans
asimokby/Introduction-to-NLP-projects
asimokby/ortpiece
A PyTorch implementation of the ORTPiece: An ORT-Based Turkish Image Captioning Network Based on Transformers and WordPiece. Accepted in SIU2023.
asimokby/recommendation-system-Hepsiburada
A recommendation system for an online grocery store.
asimokby/Turkish-GEC
Datasets, models and code for the Turkish Grammatical Error Correction task
asimokby/asimokby
asimokby/asimokby.github.io
My personal website.
asimokby/course-nlp
A Code-First Introduction to NLP course
asimokby/CS-Assignments-Sehir-University
Some my courses' assignments along with their solutions.
asimokby/Desktop-Chat-App-TCP-UDP
A Desktop chat app using TCP and UDP.
asimokby/gradio
Create UIs for your machine learning model in Python in 3 minutes
asimokby/Graph-Tweets-Languages
A simple tool to graph a PieChart of the tweets languages percentages of a given twitter user, using Facebook's FastText model for language Identification.
asimokby/hepsiburada-Review-Scarper
Scraping Hepsiburada reviews(all pages) given a product URL
asimokby/Object-Oriented-Software-Design-Assignments-Fall-20
This repository contains all projects' source codes from CSE3063 - Object-Oriented Software Design course.
asimokby/object_relation_transformer
Implementation of the Object Relation Transformer for Image Captioning
asimokby/planda-software-project
List-making project management application
asimokby/sehirunicourses
A frontend project built with Angular framework. This website gathers the materials of Sehir University's courses in one place.
asimokby/sehirunicourses-backend-DjangoRestAPI
This is a RestAPI built with Django Rest framework for a frontend project(a website called sehirunicourses) built with Angular framework.
asimokby/Tweets-Languages-Analysis
In this notebook, using tweets collected randomly from some contries(Egypt , France , and Turkey ), and Facebook's model fastText for language identification, we interpret and analyze the data in various ways.
asimokby/web-chat-app
A web chat app built with web sockets.