Pinned Repositories
book-recommender-system
EasySkim
NLP model that classifies abstract sentences into the role they play (e.g. objective, methods, results, etc) to enable researchers to skim through the literature and dive deeper when necessary.
Food-Vision
Multi-class Classification CNN model that categorizes food from 101 food classes that it's trained on
FoodDe
Online Food Ordering Webapp built using NEXTjs,Mongodb and Redux-Toolkit
livechatroom
This is a live chat room like Discord where you can use different chatrooms to discuss with your peers about specific topics. It is built using HTML, CSS with Bootstrap, Javascript with firebase as backend.
micrograd
Autograd engine for forward and backpropagation in python and numpy
moives-recommeder-system
Content based recommender system that suggests movies based on a movie that like
nanoGPT
This repository contains the code for the implementation of nanoGPT, a lightweight version of the popular language model GPT. It is trained to generate text like the input. It is purely generative. It is trained on a huge corpus of Shakespearean text and generates Shakespear like text.
NN-Architectures
Neural network architectures from scratch using pytorch.
world_time-flutter
App built using flutter which shows time of few countries using API
bharathithal's Repositories
bharathithal/livechatroom
This is a live chat room like Discord where you can use different chatrooms to discuss with your peers about specific topics. It is built using HTML, CSS with Bootstrap, Javascript with firebase as backend.
bharathithal/NN-Architectures
Neural network architectures from scratch using pytorch.
bharathithal/world_time-flutter
App built using flutter which shows time of few countries using API
bharathithal/book-recommender-system
bharathithal/EasySkim
NLP model that classifies abstract sentences into the role they play (e.g. objective, methods, results, etc) to enable researchers to skim through the literature and dive deeper when necessary.
bharathithal/Food-Vision
Multi-class Classification CNN model that categorizes food from 101 food classes that it's trained on
bharathithal/FoodDe
Online Food Ordering Webapp built using NEXTjs,Mongodb and Redux-Toolkit
bharathithal/micrograd
Autograd engine for forward and backpropagation in python and numpy
bharathithal/moives-recommeder-system
Content based recommender system that suggests movies based on a movie that like
bharathithal/nanoGPT
This repository contains the code for the implementation of nanoGPT, a lightweight version of the popular language model GPT. It is trained to generate text like the input. It is purely generative. It is trained on a huge corpus of Shakespearean text and generates Shakespear like text.
bharathithal/heart-disease-classification-model
The model predicts if or not a person has heart disease based on 14 features (chol, thalac etc).
bharathithal/leetCodeSubmissions
Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)
bharathithal/makemore
An autoregressive character-level language model for making more things
bharathithal/PES1UG20CS567_Jenkins
bharathithal/quizapp
This is a simple quiz app with MCQ type of questions. After submitting your answers, the result will be shown with an animation. This project is done using HTML, CSS with bootstrap and Javascript.
bharathithal/textAttack
Here in this project, we've built a framework to simulate an adversarial attack on a sentiment analysis model(SVM).
bharathithal/todolistapp
This is a simple todo list app where you can keep track of all your pending works and also delete them once you're done with the task. You can also search for a task in the list. This project is made using HTML, CSS with bootstrap and Javascript.
bharathithal/weatherApp
This is a weather app which shows weather details using openweathermap API. The project is made using HTML, CSS and Javascript.