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.
cuda_programs
A repo containing CUDA programs for anyone looking to get started with CUDA programming.
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.
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/phantom-1
Reactive type-safe Scala driver for Cassandra/Datastax Enteprise
tanwanirahul/spark
Mirror of Apache Spark
tanwanirahul/spark-csv
CSV data source for Spark SQL and DataFrames
tanwanirahul/awesome-courses
List of awesome university courses for learning Computer Science!
tanwanirahul/course_fa15
UC Berkeley's Fall 2015 CS186
tanwanirahul/cqengine
Automatically exported from code.google.com/p/cqengine
tanwanirahul/dedupe
A python library for accurate and scaleable data deduplication and entity-resolution.
tanwanirahul/django-debug-toolbar
A configurable set of panels that display various debug information about the current request/response.
tanwanirahul/django-extensions
This is a repository for collecting global custom management extensions for the Django Framework.
tanwanirahul/django-jsonview
Return Python objects, always get JSON.
tanwanirahul/django-rest-framework
Web APIs for Django.
tanwanirahul/end-to-end
End-To-End is a Chrome extension that helps you encrypt, decrypt, digital sign, and verify signed messages within the browser using OpenPGP.
tanwanirahul/helenos
Helenos is a free web based environment that simplifies a data exploring & schema managament with Apache Cassandra database.
tanwanirahul/home-assistant
Python project to automate my house.
tanwanirahul/justext
Automatically exported from code.google.com/p/justext
tanwanirahul/neo4j
Graphs for Everyone
tanwanirahul/nsq
A realtime distributed messaging platform
tanwanirahul/phrase-extraction
Project to extract semantically valid phrases from a text based on movies corpus.
tanwanirahul/profiling-agent
tanwanirahul/prophet
Financial markets analysis framework for programmers
tanwanirahul/pyspider
A Powerful Spider System with Web UI
tanwanirahul/Reading
s
tanwanirahul/RxPY
Reactive Extensions for Python
tanwanirahul/sentiment-on-twitter
A very basic app to get sentiments on twitters data
tanwanirahul/spark-jobserver
REST job server for Apache Spark
tanwanirahul/statements-generator
Project generates fake bank transactions data for testing money laundering detection algorythms
tanwanirahul/String-Matching
tanwanirahul/taiga-back
Project management web application with scrum in mind! Built on top of Django and AngularJS (Backend Code)
tanwanirahul/takipi-sdk
Takipi SDK (http://www.takipi.com)
tanwanirahul/test-DRF-custom-auth
Test app to play with custom authentication in Django Rest Framework