Farabi-shafkat
A science enthusiast, a problem solver, a teacher and a student of computer science Currently perusing a PhD in Computer Science
George Mason University United States of America
Pinned Repositories
3D-ResNets-PyTorch
3D ResNets for Action Recognition (CVPR 2018)
Action_Recognition_Zoo
Codes for popular action recognition models, verified on the something-something data set.
algos
Collection of algorithms for programming competitions (like ACM ICPC).
automated-synchronized-traffic-control-system-using-minizinc
a project im currently working on for my undergrad Artificial Intelligence course requirement
Automatic-Traffic-Sign-Recognition-and-Classification
Automatic Traffic Sign Recognition and Classification
coding-interview-university
A complete computer science study plan to become a software engineer.
Competitive_programming
Everything i do regarding competitive programming
Improving-Action-Quality-Assessment-using-ResNets-and-Weighted-Aggregation
Code for the paper accessible at https://link.springer.com/chapter/10.1007/978-3-031-04881-4_46
MultiViewClip
A reimplementation of Multiview-Clip for multimodal sarcasm detection
Voice-Controlled-Home-assistant--a-prototype
This project was created using arduino uno, esp 8286 and python . It also uses google's speech recognition services. It can convert voice commands to text and wirelessly send the command to esp 8286, which sends this command to arduino. Arduino can trun the specified LED on or off. requires a internet connection to work.
Farabi-shafkat's Repositories
Farabi-shafkat/Automatic-Traffic-Sign-Recognition-and-Classification
Automatic Traffic Sign Recognition and Classification
Farabi-shafkat/coding-interview-university
A complete computer science study plan to become a software engineer.
Farabi-shafkat/Competitive_programming
Everything i do regarding competitive programming
Farabi-shafkat/Improving-Action-Quality-Assessment-using-ResNets-and-Weighted-Aggregation
Code for the paper accessible at https://link.springer.com/chapter/10.1007/978-3-031-04881-4_46
Farabi-shafkat/Voice-Controlled-Home-assistant--a-prototype
This project was created using arduino uno, esp 8286 and python . It also uses google's speech recognition services. It can convert voice commands to text and wirelessly send the command to esp 8286, which sends this command to arduino. Arduino can trun the specified LED on or off. requires a internet connection to work.
Farabi-shafkat/MultiViewClip
A reimplementation of Multiview-Clip for multimodal sarcasm detection
Farabi-shafkat/3D-ResNets-PyTorch
3D ResNets for Action Recognition (CVPR 2018)
Farabi-shafkat/Action_Recognition_Zoo
Codes for popular action recognition models, verified on the something-something data set.
Farabi-shafkat/algos
Collection of algorithms for programming competitions (like ACM ICPC).
Farabi-shafkat/automated-synchronized-traffic-control-system-using-minizinc
a project im currently working on for my undergrad Artificial Intelligence course requirement
Farabi-shafkat/thesis-selection-distribution-system
An application designed to help instructors and students to keep track of prospective thesis topics and can distribute topics and supervisors to students according to their interests and academic performance The application is writtend using JAVA. It has an interface. The user can use the interface to select the type of account and then log in. He/ she can look at different thesis topics, add new ones( if a teacher account is used) . Using a student account the student can provide a selection list . The administration accounts can assign grades/ results to the student accounts. The studenst are then provided a choice based on their selection choice and availability of that topic based on their result. This application was developed for a prohect I had to submit for "Visual Programming" course which was conducted using java
Farabi-shafkat/awesome-action-recognition
A curated list of action recognition and related area resources
Farabi-shafkat/computervision-recipes
Best Practices, code samples, and documentation for Computer Vision.
Farabi-shafkat/DeepNLG
A systematic comparison between pipeline and end-to-end architectures in the RDF-to-text task
Farabi-shafkat/densecap
Farabi-shafkat/experimentation_with_paper_implementation
A paper im trying to implement for my undergrad thesis
Farabi-shafkat/Farabi-shafkat.github.io
My personal Website
Farabi-shafkat/Fp-growth-implementation
My implementation fo fpgrwoth algorithm using python 3
Farabi-shafkat/graph-2-text
Graph to sequence implemented in Pytorch combining Graph convolutional networks and opennmt-py
Farabi-shafkat/ig65m-pytorch
PyTorch 3D video classification models pre-trained on 65 million Instagram videos
Farabi-shafkat/latexify_py
Generates LaTeX math description from Python functions.
Farabi-shafkat/MTL-AQA
What and How Well You Performed? A Multitask Learning Approach to Action Quality Assessment
Farabi-shafkat/os-tutorial
How to create an OS from scratch
Farabi-shafkat/PaDiM-Anomaly-Detection-Localization-master
This is an unofficial implementation of the paper “PaDiM: a Patch Distribution Modeling Framework for Anomaly Detection and Localization”.
Farabi-shafkat/personal-projects
Farabi-shafkat/pytorchvideo
A deep learning library for video understanding research.
Farabi-shafkat/R2Plus1D-PyTorch
PyTorch implementation of the R2Plus1D convolution based ResNet architecture described in the paper "A Closer Look at Spatiotemporal Convolutions for Action Recognition"
Farabi-shafkat/Soccer-Fix
A porject developed for RDBMS course. It is developed using Oracle 11g SQL and python. The application is developed to kee track of all the records in a football league. Database tables are created for specific type of recods (for example: tables for player recors, point table etc.). Triggers are set up so that updates in one table get propagated to all relevent tables. PL/SQL is used for this purpose. The interface is developed using pyQT library of python.
Farabi-shafkat/The-Iron-Bank
A bank management system coded using c++ for object oriented programming course This bank management system has no interface, uses command line to take input/output. It can create accounts for manager,administration or user. Using used account money transection can be made. File system was used to save data.
Farabi-shafkat/thesis-selection-system