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/akkaexamples
Some examples for the awesome Akka platform (version 2.0 and later only)
tanwanirahul/cloud9
Cloud9 IDE - The modern IDE built on Node, JavaScript and HTML5. This is the OSS component of the broader service option at c9.io
tanwanirahul/django-relationships
Descriptive relationships between auth.users (think facebook friends and twitter followers, plus more)
tanwanirahul/django-tastypie-swagger
An adapter to use swagger-ui with django-tastypie
tanwanirahul/fbconsole
A micro api client for writing scripts against the Facebook Graph API.
tanwanirahul/Feedly
Feedly is a Python library, which allows you to build newsfeed and notification systems using Cassandra and/or Redis.
tanwanirahul/HashedCodes
All the HashedIn Assignements
tanwanirahul/huxley
Huxley is a test-like system for catching visual regressions in Web applications. It watches you browse, takes screenshots, and tells you when they change.
tanwanirahul/mechanize
Stateful programmatic web browsing in Python, after Andy Lester's Perl module WWW::Mechanize .
tanwanirahul/MoviesEngine
tanwanirahul/ngram-builder
Python module for creating n-grams from a chunk of text.
tanwanirahul/python-bitcoinrpc
Python interface to bitcoin's JSON-RPC API
tanwanirahul/python-cielo
python-cielo is a simple lib for making payments over Cielo's webservice
tanwanirahul/python-scraping-code-samples
tanwanirahul/rauth
A Python library for OAuth 1.0/a, 2.0, and Ofly.
tanwanirahul/smalltalk
for materials of smalltalk
tanwanirahul/swagger-ui
Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
tanwanirahul/wordnik-python
Wordnik Python public library
tanwanirahul/xact
Transaction decorator for Django and PostgreSQL