Rahul Bhatia

Results 9 repositories owned by Rahul Bhatia

Data-Science-Interview-Resources

2.4k
Stars
596
Forks
Watchers

A repository listing out the potential sources which will help you in preparing for a Data Science/Machine Learning interview. New resources added frequently.

Fetching-Financial-Data

177
Stars
27
Forks
Watchers

Fetching financial data for technical & fundamental analysis and algorithmic trading from a variety of python packages and sources.

React-Portfolio

531
Stars
381
Forks
Watchers

A simple SPA Portfolio template for developer/designers built with React. Use it to showcase your work, testimonials and other information to clients.

Dual-Moving-Average-Crossover-Python

19
Stars
6
Forks
Watchers

The famous and simple Dual Moving Average crossover strategy implemented in Python, and then backtesting it on 2 years of AAPL stock.

Implementation of Joel Greenblatt's magic formula, which he described in his book - "The Little Book That Still Beats the Market".

Lane-Line-Detection

37
Stars
20
Forks
Watchers

Using OpenCV to detect Lane Lines on a road, one of the most fundamental concepts for building a Self-Driving car.

LiDAR-Road-Analysis

15
Stars
11
Forks
Watchers

Given a 3D point cloud obtained by a LiDAR sensor mounted on a car, output the road properties such as road boundaries, lane markings, lane geometry.

Spatio-Temporal-DBSCAN

33
Stars
7
Forks
Watchers

Spatio Temporal DBSCAN algorithm in Python. Useful to cluster spatio-temporal data with irregular time intervals, a prominent example could be GPS trajectories collected using mobile devices.

Twitter-Sentiment-Analysis-Web

26
Stars
14
Forks
Watchers

Twitter Sentiment Analysis using Textblob and Tweepy, wrapped with Flask as a web app.