Kanchan Bhatta (@kanchan88)

Top repositories

1

blood-donor-flutter

Simple Blood Donation App made using Flutter as a CSR of Your Koseli Nepal. Your Koseli is Nepal's startup working to bring happiness in life of people. In case of this app, User are Logged in using Google Sign In. They can be a donor, search donors or request blood!
Dart
10
star
2

flutter-machine-learning

Simple Flutter Application which uses On-Device Machine Learning.
Java
8
star
3

snapchat-like-shades-filter

Here, I have the kaggle data with the images of people and the points in which their eyes are located. Lets say I have 96*96 pixel image of person and I am given the X,Y co-ordinate where there can be eyes. I am unable to push this data to git. Download it from here:https://www.kaggle.com/c/facial-keypoints-detection/data I then trained this image using CNN, which in return gives me the model which can predict where the eyes of people can be in the given image of people. After getting the co-cordinate of eye position, I added shades over these pixels. Here, I have also used frontal face cascade to send only facial image to CNN model.
Python
4
star
4

complete-django-rest-api

Complete Django Rest API.
Python
1
star
5

django-tfidf-chatbot-api

Created Django RESTful API for TFIDF Chatbot.
Python
1
star
6

interactive-data-visualization

A Simpel Mnist Flower's Interactive Data Visualization using Streamlit and GGPlot.
Python
1
star
7

disease-detection-CNN

The Cell can certain features than help doctors to make decision whether you can a certain disease or not. ANN model will take long time for image classification and can only work in images concentrated in center. Here is how you do using CNN(Convolutional Neural Network). CNN is the expanded version of ANN.
Jupyter Notebook
1
star
8

flutter-with-sqflite

This is very basic flutter application used to store data locally using SQFlite. I have performed simple CRUD Operations on Notes using SQFLITE. It will be good reference for one searching how to work with Sqflite in flutter and saving data locally.
Dart
1
star