Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by DeepSchneider
A curated list of projects in awesome lists by DeepSchneider .
https://github.com/deepschneider/gpt-neo-fine-tuning-example
Fine-Tune EleutherAI GPT-Neo And GPT-J-6B To Generate Netflix Movie Descriptions Using Hugginface And DeepSpeed
deepspeed deepspeed-library fine-tuning gpt-3 gpt-j gpt-j-6b gpt-neo gpt-neo-fine-tuning gpt-neo-hugging-face gpt-neo-text-generation gpt-neo-xl gptj text-generation
Last synced: 16 Nov 2024
https://github.com/deepschneider/bert-ner-fine-tuning-cloud-deployment
Example Of Fine-Tuning BERT For Named-Entity Recognition Task And Preparing For Cloud Deployment Using Flask, React, And Docker
bert-fine-tuning bert-flask-api bert-model docker-flask docker-python flask-api flask-application huggingface huggingface-transformers
Last synced: 16 Nov 2024
https://github.com/deepschneider/addressbook-android-app
Backbone Android Application (Kotlin/Material Components/Volley/Espresso)
android android-app android-application android-architecture android-boilerplate android-development android-kotlin android-material-design android-ui boilerplate-application download-manager espresso-tests kotlin material-design material-ui retrofit2
Last synced: 16 Nov 2024
https://github.com/deepschneider/java-tricks
Some useful & interesting Java snippets
consumer generics inference inheritance java java-8 java-snippets lambda lock stream
Last synced: 16 Nov 2024
https://github.com/deepschneider/cpu-m
apple-silicon applesilicon cpu-monitoring hardware-information
Last synced: 16 Nov 2024
https://github.com/deepschneider/addressbook-ios-app
Backbone iOS Application (SwiftUI/Glassmorphism/Networking/XCTest)
app glassmorphism glassmorphism-effect glassmorphism-ui ios ios-app ios-application ios-development ios-ui iphone swift swift-networking swift5 swiftui swiftui-animations swiftui-app swiftui-components swiftui-demo swiftui-example swiftuikit
Last synced: 16 Nov 2024
https://github.com/deepschneider/addressbook-desktop-app
Backbone React/Redux/MUIv5 Electron Application For macOS(x64/arm64) / Windows(x86_64)
electron-app electron-application electron-builder electron-forge electron-ipc electron-ipc-communication electron-osx electron-react electron-redux electron-store electron-windows material-react-table material-ui mui5 react react-redux
Last synced: 16 Nov 2024
https://github.com/deepschneider/jni-maven-example
A small example of to call JNI methods from Java and vice versa using Native Maven Plugin
java java-8 jni-bindings jni-java jni-wrapper maven-plugin
Last synced: 16 Nov 2024
https://github.com/deepschneider/iam-crnn-ctc-recognition
IAM Dataset Handwriting Recognition Using CRNN, CTC Loss, DeepSpeech Beam Search, And KenLM Scorer
beam-search beam-search-decoder crnn crnn-ctc crnn-ocr crnn-pytorch ctc-loss deepspeech-beam-search deepspeed deepspeed-library handwritten-text-recognition iam-dataset kenlm kenlm-scorer language-model
Last synced: 16 Nov 2024
https://github.com/deepschneider/compilers
Sample implementations of some algorithms used in Compiler Design
Last synced: 16 Nov 2024
https://github.com/deepschneider/cpp-http-range-fileserver
RFC 7233 compliant HTTP server for serving byte-range requests written in C++ using Boost library
boost-library c-plus-plus cpp-library file-server http-file-server http-server rfc-7233 rfc7233
Last synced: 16 Nov 2024
https://github.com/deepschneider/mnist-mlp-cpp
Small example of 3-layer perceptron neural network with sigmoid activation function designed for MNIST dataset
cpp-deep-learning mnist-dataset mnist-mlp-cpp neural-network neural-network-cpp neural-networks
Last synced: 16 Nov 2024
https://github.com/deepschneider/vae-image-generation-example
Image Generation Using VAE Architecture And Simpsons Faces Dataset
data-science deep-learning image-generation pytorch vae-architecture vae-cnn vae-gan vae-implementation vae-pytorch
Last synced: 16 Nov 2024
https://github.com/deepschneider/gaussian-processes
Examples of Gaussian processes for regression and classification, EM algorithm for classification and Neural Tangent Kernels
em-algorithm gaussian-processes neural-tangent-kernel neural-tangents
Last synced: 16 Nov 2024
https://github.com/deepschneider/tensorflow-js-example
Simple Guide How To Recognize Hand Gestures From Your Webcam Feed Using MobileNet And TF.JS
data-science deep-learning gesture-recognition image-recognition javascript mobilenet tensorflow tensorflowjs
Last synced: 16 Nov 2024
https://github.com/deepschneider/ssao
Small example of ssao shaders for OpenGL 4.1, works on Windows & Linux
cmake-toolchain graphics graphics-programming opengl opengl-framework opengl-tutorial opengl3 ssao
Last synced: 16 Nov 2024
https://github.com/deepschneider/nlp-models-examples
Examples of inference and fine-tuning T5, GPT-2 and ruGPT-3 models
fine-grained-classification fine-tuning-t5 gpt-2 gpt-2-text-generation gpt-3-prompts gpt-3-text-generation mt5-python openai-gpt2 openai-gpt3 t5-examples t5-huggingface t5-model
Last synced: 16 Nov 2024
https://github.com/deepschneider/speech-recognition-examples
Simple Guide How To Build Your Own End-To-End Automatic Speech Recognition System Written In PyTorch
asr-model beam-search-decoder crnn-ctc crnn-pytorch ctc-loss gru kenlm kenlm-scorer librispeech speech-recognition speech-to-text speech-transcription wav2vec2
Last synced: 16 Nov 2024
https://github.com/deepschneider/vision-transformer-example
vision-transformer-example
Last synced: 16 Nov 2024
https://github.com/deepschneider/faces-dcgan
DCGAN for human faces generation (Radford architecture, Keras framework)
dcgan dcgan-keras dcgan-model deep-learning deep-neural-networks deepfakes face-generation gan gan-keras image-generation image-generator keras keras-models keras-tutorials python radford
Last synced: 16 Nov 2024
https://github.com/deepschneider/springproxyexample
Examples of manually created proxies in Spring with CGLib and ByteBuddy
Last synced: 16 Nov 2024
https://github.com/deepschneider/opencl
examples of use cuda (with nvrtc), opencl, intel sse/avx/avx2
Last synced: 16 Nov 2024
https://github.com/deepschneider/thread-socket-test-erlang
Example how to stream data from one queue in Java to 20k websockets supported by Erlang
Last synced: 16 Nov 2024
https://github.com/deepschneider/thread-socket-test
Example how to stream data from one queue in Java to 20k websockets supported by Java
Last synced: 16 Nov 2024
https://github.com/deepschneider/cpp-learning
Quite interesting examples I've encountered during learning C++.
assembly cpp cpp-examples cpp-programming multithreading
Last synced: 16 Nov 2024
https://github.com/deepschneider/crnn-ctc-loss-pytorch
Multi-Digit Sequence Recognition With CRNN and CTC Loss Using PyTorch Framework
crnn crnn-pytorch ctc-loss ctc-python mnist-sequence-recognition pytorch sequence-recongnition
Last synced: 16 Nov 2024
https://github.com/deepschneider/simpsons-dcgan
My attempt to design DCGAN
dcgan dcgan-keras dcgan-model dcgan-tensorflow deep-neural-networks deepfakes gan gan-keras keras keras-models keras-tensorflow keras-tutorials python radford simpsons-dcgan tensorflow tensorflow-models
Last synced: 16 Nov 2024
https://github.com/deepschneider/algorithms
Implementations of some interesting algorithms
Last synced: 16 Nov 2024
https://github.com/deepschneider/notification-center-macos-cpp
Display Notifications in Notification Center From C++ Code
apple-macos cpp macos macos-app macos-notification macos-notification-center macosx macosx-app notification notifications objective-c objective-c-plus-plus
Last synced: 16 Nov 2024
https://github.com/deepschneider/audio-convolution-example
audio-convolution signal-processing
Last synced: 16 Nov 2024
https://github.com/deepschneider/bert-examples
Fine Tuning BERT for Text Classification and Question Answering Using TensorFlow & PyTorch Frameworks
bert bert-fine-tuning bert-model bert-pytorch bert-squad data-science huggingface-transformers pytorch pytorch-tutorial tensorflow-tutorials tensorflow2
Last synced: 16 Nov 2024
https://github.com/deepschneider/unet-image-segmentation
UNet implemented using Tensorflow 2.4
unet-image-segmentation unet-tensorflow
Last synced: 16 Nov 2024
https://github.com/deepschneider/tinygrad-universal
Universal version of Tinygrad with CUDA and OpenCL support
autograd automatic-differentiation cuda pycuda pyopencl tinygrad tinygrad-cuda
Last synced: 16 Nov 2024