Facial recognition system using convolutional neural network
(July 2017)
python
open-cv
keras
VGG-16 Net
MatConvNet
- This project was part of my internship at National Centre for Antarctic and Ocean Research , India.
- I have used the VGG-16 Net architecture and this has been implemented using keras library in python.
- Implementation done based on the approach suggested in this paper.
- Detailed note of methodology followed is presented in the Project blog.
[Source code]
Antarctic weather data analysis using ARIMA model
(June 2017)
python
Jupyter-notebook
statsmodel
matplotlib
- This project was also part of my internship at National Centre for Antarctic and Ocean Research , India.
- After priliminary analysis, modeled temperature data with the Seasonal ARIMA model. Forecast was also done based on the obtained model.
- Wind speed analysis was done. Here main objective was to find out the monthly blizzard distribution.
- Detailed note of methodology followed is described in this Project report.
[Source code]
Stock market simulation - A trading simulator
(Dec 2016 - Feb 2017)
python
django
ajax
- This project was made for an event in APOGEE,our technical fest. More than 300 participants from all over the country participated in this event.
- This project was used as trading platform in an event which was simulation of the stock market.Participants could register and trade with their mobile.
- Server was hosted on college LAN.The event had four rounds and stock prices would change as per the trading in previous round.
- Videos were shown in between the rounds which simulated an event that would influence the market.
[Source code]