Below is a glimpse of a few projects I have completed.
A complete neural network using only python library numpy and oops. Which inludes all Dense layer, Ativation functions, Optimizers and Loss Functions. Helps in understanding the working behind the libraries like keras.
A simple website to listen music that can also be stored on the local machine, coded in HTML, CSS and Javascript. We can add music, change volume shuffle songs etc from the website
In the site we can see the real time stock price and can retrieve all information about a company including the features like adj close, open high etc over any period of time with plots for visualization. Used streamlit to make a website ,python, yahoo finance for gathering information , pandas for handaling data and matplotlib to show plots.