You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created an anomaly detection system by combining Isolation Forest with Autoencoders for identifying anomalies in cloud telemetry data. It was connected to a FastAPI server, as well as a Streamlit U…
Created U-Net model from scratch in PyTorch to recover blur and compressed images. First time experience with building deep learning model from scratch without pre-trained model. It involved a lot …
Created a password manager that works only locally and is encrypted using AES-256 to keep passwords safe without depending on any cloud services. My primary motivation for creating this application…
Created a basic URL shortener service using Flask to figure out what happens behind the scenes when a user uses an application such as bit.ly. Included additional functionality, such as click track…