cb1711's Stars
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
lixin4ever/Conference-Acceptance-Rate
Acceptance rates for the major AI conferences
straaljager/GPU-path-tracing-with-CUDA-tutorial-1
Code accompanying blog post on http://raytracey.blogspot.co.nz/2015/10/gpu-path-tracing-tutorial-1-drawing.html
deevashwer/Fully-Homomorphic-DGHV-and-Variants
Fully Homomorphic C++ implementation of DGHV scheme using GNU MP library and Pari C library. The repository has implementations of improvements proposed by J.S. Coron as well.
deevashwer/x-shell
This is an implementation of a linux shell. Built-ins include ls, help, history, exit, jobs, kill, bg and fg. Shell supports piping and I/O redirection.
deevashwer/RSA-and-Variants
Implementation of Probabilistic RSA and Textbook RSA using GNU MP library in C++. The probabilistic implementation supports homomorphic multiplication.
deevashwer/Chat-Server
A Python based Chat Server. There's a GUI program using Tkinter for client side. The server basically provides a chatting platform to the clients with multiple group functionality.
AditAg/Emotion-detection
Identify the emotion (neutral, anger, contempt, disgust, fear, happy, sadness, surprise) in a given static image