san-coding
SRE @ Cisco, Backend Development | ML | BTech Computer Science and Engineering student at Amrita University
Cisco SystemsBengaluru
Pinned Repositories
android_projects
AWS-Learning-Resources
I think the repo name is self-explanatory
GE-Recommendation-System
The source code for our team's project for the GE Hack-E-LTH '21 Hackathon
Hackerearth-Windmill-power-prediction-ML-Hackathon
Factors such as temperature, wind direction, turbine status, weather, blade length, and so on influence the amount of power generated. Build a sophisticated Machine Learning model that predicts the power that is generated (in KW/h) based on the various features provided in the dataset.
Iris-EDA-Web
Web application for exploring Iris dataset , built using streamlit and deployed on heroku
Movie-Recommendation-Android-App
A part of the course Mobile Application Development
NLP---Hindi-Text-Summarizer
NLP - Hindi-Text-Summarizer
Recommendation-Engine-Backend
Contains recommendation-engine and RestAPI endpoint definitions
ShopOnline-OOP-Java-Project
ShopOnline is a standalone java application built using key concepts of object oriented programming and Java Swing , it is an E-Commerce application with features such as order placing/cancel, bill generation, order history etc.
ShopOnline-Web-App
A web application built with PHP incorporating DBMS concepts. - Version 2.0
san-coding's Repositories
san-coding/Iris-EDA-Web
Web application for exploring Iris dataset , built using streamlit and deployed on heroku
san-coding/Efficient-Contact-Tracing-through-Visitor-Logging-COVID19-Hack-of-Pi-Hackathon
Efficient Contact Tracing through Visitor Logging : An android app to that alerts potential COVID19 breakout without tracking user's locations
san-coding/Amazon-Machine-Learning-Challenge
Task : Classify 3 million products into around 10,000 categories
san-coding/audacity
Audio Editor
san-coding/vscode
Visual Studio Code
san-coding/Hackerearth-Windmill-power-prediction-ML-Hackathon
Factors such as temperature, wind direction, turbine status, weather, blade length, and so on influence the amount of power generated. Build a sophisticated Machine Learning model that predicts the power that is generated (in KW/h) based on the various features provided in the dataset.
san-coding/ShopOnline-OOP-Java-Project
ShopOnline is a standalone java application built using key concepts of object oriented programming and Java Swing , it is an E-Commerce application with features such as order placing/cancel, bill generation, order history etc.
san-coding/.github
Layer5 Community
san-coding/AutonomousUMS
configurable AutonomousUMS
san-coding/call-for-code
san-coding/CustomAdapter
custom adapter example android
san-coding/Facebook-Clone
This is a web-app clone of facebook with functionalities like login feature , photo upload and delete option to name a few.
san-coding/File-Sharing-Using-Java-Sockets
Client creates and sends a file to the Server, Server updates the file and sends it back to the Client , using Java Socket Programming
san-coding/File-Sharing-Using-Multi-Threaded-Java-Socket-Programming
Multiple clients send file to the Server, Server spawns a thread for each client, updates the file required by the client and sends it back to the respective client , using Multi-Threaded Java Socket Programming
san-coding/Java-Sockets-Chat-Appliation
A simple client server chap application implemented in JAVA using socket programming