Pinned Repositories
Android-Global-Parcelable
Serialization in Java was far too slow for Android, so they created the Parcelable class that android developers use to serialize data. The Parcelable approach requires that you explicitly serialize the members of your class, but in the end, you get a much faster serialization of your objects. The problem is you have to do this with every class you create. In a large project with many classes with many objects this becomes tedious violating the rules of code reusability. The solution is to create the Global Parcelable class that all other classes can extend.
CLIPSeg_x_SD
CLIPSeg_x_SD
DCGAN
Messing around with deep convolutional generative adversarial networks
fastformer
an unofficial tensorflow implementation of Fastformer model
image-to-text-app
Image to Text App
kinect-ribbon-tuio
a demo of a kinect-ribbon-tuio using msa fluid and processing library to detect hand motion using multiple kinects
Socket-Programming-Java
A few sample apps to understand basic socket programming in Java
tic-tac-toe-ai
tic tac toe with an unbeatable ai using minimax game theory
transact
An unofficial implementation of "TransAct: Transformer-based Realtime User Action Model for Recommendation at Pinterest" in Tensorflow
awadalaa's Repositories
awadalaa/Socket-Programming-Java
A few sample apps to understand basic socket programming in Java
awadalaa/transact
An unofficial implementation of "TransAct: Transformer-based Realtime User Action Model for Recommendation at Pinterest" in Tensorflow
awadalaa/awadalaa.github.io
awadalaa/tic-tac-toe-ai
tic tac toe with an unbeatable ai using minimax game theory
awadalaa/CLIPSeg_x_SD
CLIPSeg_x_SD
awadalaa/DCGAN
Messing around with deep convolutional generative adversarial networks
awadalaa/fastformer
an unofficial tensorflow implementation of Fastformer model
awadalaa/image-to-text-app
Image to Text App
awadalaa/mnist_demo
learning how to apply inference in a webapp
awadalaa/art
awadalaa/beginner_js_tutorial
A tutorial to help beginners learn js
awadalaa/DataSciencePractice
Here is where I mess around with learning new data science skills and sharing interesting articles
awadalaa/Fast-Transformer
An implementation of Fastformer: Additive Attention Can Be All You Need, a Transformer Variant in TensorFlow
awadalaa/github-for-developers-7
awadalaa/github-for-developers-8
awadalaa/insultbot
twitter insult bot
awadalaa/ios-server-bootstrapped
a starter project with prebuilt nodejs oauth2 server and matching iOS master-detail application with login to server
awadalaa/kaggle_digit_recognizer
Classify handwritten digits using the famous MNIST data
awadalaa/kaggle_facial_keypoints
Facial Keypoint Detection
awadalaa/kaggle_house_prices
Predict kaggle housing prices
awadalaa/kaggle_quora_questions
kaggle competition - similar quora questions
awadalaa/kaggle_santa_bags
awadalaa/microblog-api
A modern (as of 2022) Flask API back end.
awadalaa/MOOC
repo of mooc course assignments
awadalaa/sockets-python
socket programming in python for raspberry pi
awadalaa/stash
surprise geocaching
awadalaa/StickMan
A UIKit Dynamics Example
awadalaa/SwiftCourse
assignments for a swift course
awadalaa/TFTHubExample
This repo is used to reproduce an error i'm having
awadalaa/TFTReproduceIssue
reproduce an issue with TFT