-
https://www.yarsavision.com
- Kathmandu
- www.poshan.com.np
- @jayposhan
Highlights
Block or Report
Block or report poshan0126
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
This repository consist of a small terminal application that analyzes tweets of user given keyword and number and provides the result on their sentiment.
Python 1
-
I performed Data Analysis on COVID 19 dataset by John Hopkins University and World Happiness Report and found really interesting results. It shows that people living in developed countries are mor…
-
Object_Detector Public
This is a mobile application that detects object in image from gallery or camera. It uses SSD Mobilenet and Tiny YOLO V2 module for object detection.
Dart 1
-
Election-Portal-Webapp Public
Forked from Election-Portal/Election-Portal-Webapp
Django based web app to digitize election activities in Nepal.
JavaScript 1
-
RealEstateNepal Public
RealEstateNepal is a django project for selling and buying the realstate online in Nepal.
CSS 1
-
1
def Permute(queens, row):
2for i in range(8):
3queens[row] = i
4if Fine(queens, row):
5if row == 7: