My ORCID: orcid.org/0009-0009-0109-4022
My IIT Madras profile: ds.study.iitm.ac.in/student/21F1005685
My GitHub: github.com/wambyat
My LinkedIn: linkedin.com/in/anirudhaanekal/
Time of India article on the street play: timesofindia.indiatimes.com/city/bengaluru/students-take-stage-put-spotlight-on-social-evils/articleshow/61680879.cms
I worked with Dr. Shashi and Hrithik Singh. The project was to make a platform that can be used to analyze and give various insights on stocks from NSE.
Analysis was done as a joint collaborative effort from all three of us. The model was a GAN model that would analyse heatmap-esque images and detect anomalies in them. I helped with the actual deployment of the model and various other python specific issues. I also assisted in troubleshooting nVidia CuDA however we eventually shifted to PyTorch (due to PyTorch's better compatibility)
The actual platform was built by me. I initially started building it in Streamlit but shifted to VueJs and flask. This was done as the scope of the project outgrew Streamlit's potential. I also built a custom GitHub action to keep all my branches upto date with the main branch. This is an unconventional way to use git overall so the GitHub action had to be built specifically to handle this.
Overall this internship has given me a new insights on machine learning and software