Automated Trading Bot
I built an automated trading bot using Python + AWS ecosystem in this project. The trading strategy was swing trading based on candles an...
I built an automated trading bot using Python + AWS ecosystem in this project. The trading strategy was swing trading based on candles and other indicators such as Williams' Fractals, VWAP, and EMA. I had to convert the trader's strategy into a flow chart, code it in Python, build APIs for the bot, and test it on the past nine months of data. In addition, I had to write code for order sizing based on the margin amount available and execute the orders using order slicing.
Quality Control in Agri Products using Deep Learning + Computer Vision
This project aims to build a quality control tool for the world’s largest producer of potato specialties. The tool is designed to perform...
This project aims to build a quality control tool for the world’s largest producer of potato specialties. The tool is designed to perform quality control (size, shape, coloration, defects, etc.) on a batch of potatoes. Images of potatoes are captured from high-res cameras placed above the production line. The algorithm then processes the images, segments the potatoes, and classifies them as good, bad, or defective, along with the extent of the defect. U-Net + VGG Network is used in the model. The algorithm achieved >99% accuracy in identifying potato dimensions and ~95% accuracy in identifying the defects;
Python 3
TensorFlow
Keras
View more
Python 3
TensorFlow
Keras
View more