Pinned Repositories
BERT_from_scratch
An end to end implementation of Google's BERT model. The model can be initialized with pre-trained weights from HF's BertModel.
CLIP_from_scratch
OpenAI's CLIP model implementation. It uses ViT as Image Encode and BERT like transformer Encoder as Text Encoder.
django-batch-requests
Combine multiple http requests into a single batch request.
eng-handbook
A developer's guide to management: an open-sourced handbook for leading software engineering teams.
geo-queries-on-redis
This is a simple project to demonstrate the geo location based queries on Redis.
GPT2_from_scratch
An end to end implementation of OpenAI's GPT2 model with training on Fineweb dataset and evaluations using Hellaswag.
llama2_from_scratch
An end to end implementation of Meta's Llama2 model. The model loads pre-trained weights from huggingface to run evaluations.
sample-spring-hibernate-jersey
The sample project that combines the giants: Spring, Hibernate and Jersey together.
spark
Mirror of Apache Spark
xgboost
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Flink and DataFlow
tanwanirahul's Repositories
tanwanirahul/consul
Consul is a tool for service discovery, monitoring and configuration.
tanwanirahul/datascript
Immutable database and Datalog query engine in ClojureScript
tanwanirahul/deps
Django Enhancement Proposals
tanwanirahul/dj-webhooks
Django + Webhooks made Easy
tanwanirahul/django-autofixture
Can create auto-generated test data.
tanwanirahul/django-rq
A simple app that provides django integration for RQ (Redis Queue)
tanwanirahul/django-two-factor-auth
User-friendly Two-Factor Authentication for Django
tanwanirahul/dualdb
tanwanirahul/github-cheat-sheet
A list of cool features of Git and GitHub.
tanwanirahul/http-api-design
HTTP API design guide extracted from work on the Heroku Platform API
tanwanirahul/jeeves
Python implementation of the Jeeves programming language.
tanwanirahul/jsonschema
An(other) implementation of JSON Schema for Python
tanwanirahul/leela
Scalable metrics monitoring engine
tanwanirahul/log-metrics
Python l2met Logger
tanwanirahul/longtail
tanwanirahul/metrics
Capturing JVM- and application-level metrics. So you know what's going on.
tanwanirahul/mountebank
Over the wire test doubles
tanwanirahul/playframework
Play Framework
tanwanirahul/playwithplay
tanwanirahul/pylearn2
A Machine Learning library based on Theano
tanwanirahul/python-pgextras
Unofficial Python port of Heroku's pgextras that provides various statistics for a Postgres instance.
tanwanirahul/pythonix
Python/Minix based operating system
tanwanirahul/RxJava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
tanwanirahul/scalding
A Scala API for Cascading
tanwanirahul/shadowsocks
a lightweight tunnel proxy
tanwanirahul/solutions
tanwanirahul/spring-mvc-template
Standard Spring MVC maven based template with checkstyle, findbugs plugins installed.
tanwanirahul/streamparse
streamparse lets you run Python code against real-time streams of data. Integrates with Apache Storm.
tanwanirahul/websockets
WebSocket implementation in Python 3
tanwanirahul/ZkToDo2
ZK Patterns Demo Application Featuring ZK, Spring and JPA