Pinned Repositories
Code-Database
An application to store the questions you practice for competitive programming and track your progress on the road to become an expert programmer.
CodeDatabase_android
An android app to add coding question notes which uses the REST API declared from Code-Database repository
Data-Structures-and-algorithms
Solved coding questions, personal notes for DSA, and basic data structure implementations are done in python.
Digit-Recognition
An app on hand-written digit recognition done on MNIST digits dataset by deep learning from scratch using numpy.
ECommerceApplication
An android application developed for learning the various android libraries. The application is made as a simple clown of ecommerce applications like amazon and flipkart.
Exam_registration
A website to let students enroll in exams online. This app is created with Django and PostgreSQL as the database.
Minesweeper
A Minesweeper game made with the use of tkinter in python.
my-home
A simple android app to manage basic home needs. Created to refresh basic android concepts and learn advanced android architectures
openai-chat-app
An application which consumes openAI's API
Subikesh.github.io
A website created for a personal portfolio. This contains my projects, resume, and contact information. This is a static website created using HTML, CSS - SCSS, and javascript.
Subikesh's Repositories
Subikesh/Data-Structures-and-algorithms
Solved coding questions, personal notes for DSA, and basic data structure implementations are done in python.
Subikesh/Minesweeper
A Minesweeper game made with the use of tkinter in python.
Subikesh/Digit-Recognition
An app on hand-written digit recognition done on MNIST digits dataset by deep learning from scratch using numpy.
Subikesh/Exam_registration
A website to let students enroll in exams online. This app is created with Django and PostgreSQL as the database.
Subikesh/openai-chat-app
An application which consumes openAI's API
Subikesh/Subikesh.github.io
A website created for a personal portfolio. This contains my projects, resume, and contact information. This is a static website created using HTML, CSS - SCSS, and javascript.
Subikesh/Code-Database
An application to store the questions you practice for competitive programming and track your progress on the road to become an expert programmer.
Subikesh/CodeDatabase_android
An android app to add coding question notes which uses the REST API declared from Code-Database repository
Subikesh/DentalDataStatictics
An application to give a neat GUI using tkinter for inserting, updating and displaying the data graphically and generating a report from the data given from a dental hospital.
Subikesh/ECommerceApplication
An android application developed for learning the various android libraries. The application is made as a simple clown of ecommerce applications like amazon and flipkart.
Subikesh/my-home
A simple android app to manage basic home needs. Created to refresh basic android concepts and learn advanced android architectures
Subikesh/News-Feed
A java console application to view and follow everyday news.
Subikesh/DaggerExample
An example project to demonstrate dependency injection in android using dagger 2
Subikesh/ivy-wallet
Ivy Wallet is an open-source money manager app for android that you can either build or download from Google Play.
Subikesh/kotlin
The Kotlin Programming Language.
Subikesh/recommendersystem
Recommend posts to the user based on collaborative and content-based filtering from the user views and post details.
Subikesh/Sentiment-Analysis
Predicting customer review sentiments (positive or negative) using various classification algorithms.
Subikesh/Tic-Tac-Toe
The game tic-tac-toe to play against AI created using minimax algorithm.