Pinned Repositories
devnet-bootcamps
A full fledged API built using Express (Node) that manages Bootcamps and tutors with several API features.
django-weather-dashboard
A Django Application for Weather Dashboard.
haskell
A collection of haskell programs written while learning the language in a University course
Machine-Learning-Algorithms
All machine learning algorithms implemented in Python 3.x. Some implemented from scratch, some using scikit learn
movie-db
A search platform for movies from the Open Movies Database. Provides a list/summary of movies.
Natural-Language-Processing
A collection of resources and notebooks made while learning Natural Language Processing
notes-node-api
Backend REST API for a Note taking app
shark-classifier
A CNN that classifies an image as 'Shark' or 'Not Shark'. Inspired by Jian Yang from Silicon Valley TV series. Built as a part of Sharkhacks 2021
stock-images
A stock image generator.
XpressCart-ecommerce-backend
Backend for an Ecommerce application built using Node.js.
manavpatnaik's Repositories
manavpatnaik/Machine-Learning-Algorithms
All machine learning algorithms implemented in Python 3.x. Some implemented from scratch, some using scikit learn
manavpatnaik/haskell
A collection of haskell programs written while learning the language in a University course
manavpatnaik/movie-db
A search platform for movies from the Open Movies Database. Provides a list/summary of movies.
manavpatnaik/Natural-Language-Processing
A collection of resources and notebooks made while learning Natural Language Processing
manavpatnaik/shark-classifier
A CNN that classifies an image as 'Shark' or 'Not Shark'. Inspired by Jian Yang from Silicon Valley TV series. Built as a part of Sharkhacks 2021
manavpatnaik/stock-images
A stock image generator.
manavpatnaik/nextjs-people-list
A Next.js website that shows person details. Uses prerendering and SSG.
manavpatnaik/dockerized-react
A dockerized react application set up with the development-testing-production workflow.
manavpatnaik/golang-tutorial
A tutorial/guide to learn Golang
manavpatnaik/open-trivia
A quiz (trivia) app, built using the Open trivia database.
manavpatnaik/devnet-bootcamps
A full fledged API built using Express (Node) that manages Bootcamps and tutors with several API features.
manavpatnaik/docker-workflow
Learn to write Dockerfile and Dockerize applications
manavpatnaik/easyshop-backend
Backend for an ecommerce application build using the MEAN stack
manavpatnaik/Machine-Learning-Exercises-Octave
Solutions to machine learning problems under the Stanford Open ML course in the Octave programming language.
manavpatnaik/sdn-monitor
A application to monitor simulated demand-response in an SDN environment.
manavpatnaik/socket-programming
Socket programming examples written in Python
manavpatnaik/XpressCart-react-frontend
Frontend for XpressCart e-Commerce application built using react.
manavpatnaik/blind-75
Solutions to the 75 curated problems on Leetcode popularly known as Blind 75.
manavpatnaik/code_snippets
manavpatnaik/CoWin-Vaccine-Notifier
Automated Python Script to retrieve vaccine slots availability and get notified when a slot is available.
manavpatnaik/faculty-publication-repository-server
manavpatnaik/flowmanager-sdn
An SDN application that gives its user the ability to control flows in an OpenFlow network without coding.
manavpatnaik/LinuxSystemProgramming
manavpatnaik/manavpatnaik
manavpatnaik/medicine-donation-system
A system where people can request for medicines and provide them too
manavpatnaik/ngshop-frontend
Frontend for ecommerce application, part of University course 19CSE461
manavpatnaik/sample-oauth-app
An Express application to test OAuth
manavpatnaik/sdn-smartgrid
Scripts developed to implement SDN in Smart Grids, using Mininet and RYU controller
manavpatnaik/spring-boot-products-crud-api
A Spring Boot application to perform CRUD operations on Products. Built with Java Spring Boot, JPA and Postgres
manavpatnaik/sql_injection_demo
A sample application designed to showcase SQL injection attacks