Bisuraj Sharma (bisuraj)

bisuraj

Geek Repo

Company:Baker Hughes

Location:India

Home Page:www.bisurajsharma.com.np

Twitter:@BisurajS

Github PK Tool:Github PK Tool

Bisuraj Sharma's starred repositories

multipleWindow3dScene

based on bgstaal/multipleWindow3dScene

Language:JavaScriptLicense:MITStargazers:685Issues:0Issues:0

program

By CloudHustlers

Language:C#Stargazers:163Issues:0Issues:0

Hacktoberfest

Hacktoberfest OPEN FIRST Pull Request 🎉

Language:PythonLicense:GPL-3.0Stargazers:1306Issues:0Issues:0

ask-my-pdf

Question answering system for PDF files

Language:PythonLicense:MITStargazers:556Issues:0Issues:0

langchain-rag-pattern

samples for langchain RAG pattern

Language:DockerfileStargazers:3Issues:0Issues:0

chat-your-data

Chatbot application built using Next.js, React, and OpenAI. This project allows users to communicate with an AI-based chatbot that provides relevant answers to users' queries. The application uses natural language processing (NLP) technology to understand users' queries and provide accurate responses.

Language:HTMLStargazers:45Issues:0Issues:0

Realtime-Document-Chat-System

In this project, we used Langchain to create a ChatGPT for your PDF using Streamlit. We built an application that allows you to ask questions about a PDF document and get answers directly from an LLM (Large Language Model), like OpenAI's ChatGPT.

Language:Jupyter NotebookLicense:MITStargazers:39Issues:0Issues:0

QandAForum

An online forum for university students to ask questions and get answers

Language:PHPStargazers:2Issues:0Issues:0

SocialQA

SocialQA is a social question-and-answer website, it is a place to gain and share knowledge. It's a platform to ask questions and connect with people who contribute unique insights and quality answers.

Language:JavaScriptStargazers:2Issues:0Issues:0

student-resource-forum-website

A project on Question & Answering Forum like Stackoverflow or Quora

Language:PHPLicense:NOASSERTIONStargazers:5Issues:0Issues:0

Quora-Clone

**THIS THING IS PRETTY BAD AND SHOULDN'T BE USED** This is a website with similar features to Quora made as a term-long project for my web and databases class in early in 2016. It's fairly messy, and has a lot of questionable design decisions, but it was a project made to learn most of this stuff. I don't plan on ever updating this, it's mainly here for archiving purposes. I am in no ways associated with Quora.

Language:PHPStargazers:5Issues:0Issues:0

nitkuora

A website just like the question answer forum, Quora.

Language:JavaScriptLicense:MITStargazers:4Issues:0Issues:0

quora

Academic project to implement Quora website.

Language:JavaScriptLicense:MITStargazers:1Issues:0Issues:0

Instahelp

Instahelp is a Q&A portal website similar to Quora

Language:VueLicense:MITStargazers:21Issues:0Issues:0

Instagram_Fake_Account_Detection

Detect Instagram Fake Account using Machine Learning approach

Language:Jupyter NotebookStargazers:12Issues:0Issues:0

Iot-Cyber-Security-with-Machine-Learning

IoT networks have become an increasingly valuable target of malicious attacks due to the increased amount of valuable user data they contain. In response, network intrusion detection systems have been developed to detect suspicious network activity. UNSW-NB15 is an IoT-based network traffic data set with different categories for normal activities and malicious attack behaviors. UNSW-NB15 botnet datasets with IoT sensors' data are used to obtain results that show that the proposed features have the potential characteristics of identifying and classifying normal and malicious activity. Role of ML algorithms is for developing a network forensic system based on network flow identifiers and features that can track suspicious activities of botnets is possible. The ML model metrics using the UNSW-NB15 dataset revealed that ML techniques with flow identifiers can effectively and efficiently detect botnets’ attacks and their tracks.

Stargazers:20Issues:0Issues:0

Logistic_Regression-Parallel

A OPENMP implementation of logistic regression.Different version such as stochastic gradient descent and batch gradient version are implemented.Analysis on different parameters to the serial version.

Language:Jupyter NotebookStargazers:1Issues:0Issues:0

Bottleneck-analysis-of-matrix-multiplications-and-CNN-inference

Bottleneck analysis of parallelized matrix multiplications and CNN inference using OpenMP.

Language:CStargazers:1Issues:0Issues:0

Image-classification-with-C-OpenMP

Image Classification on FMNIST using OpenMP with C

Language:CStargazers:1Issues:0Issues:0

openmpf-projects

Top-level repository containing submodules for other OpenMPF repositories

Stargazers:3Issues:0Issues:0

OpenMP-Code-Generation-In-Polly

This is the place where I store all the data related to my MTech Project

Language:PythonStargazers:5Issues:0Issues:0

Parallel-Computing-Projetcs

There are 4 projects developed with MPI, OpenMP and CUDA

Language:CStargazers:14Issues:0Issues:0

ParaPano

CMU 15-618 Final Project - Parallel Panorama

Language:C++License:MITStargazers:32Issues:0Issues:0

Lu-Decomposition-in-Parallel

This project uses openMP, MPI, and Cuda to solve lu decomposition

Language:C++Stargazers:23Issues:0Issues:0

Parallel-word-Search-using-Openmp-and-PHP

This project was developed using Openmp ,C++ and PHP and is an application of parallel computing

Language:PHPStargazers:5Issues:0Issues:0

Social-Data-Analysis-and-Visualizations-Investigating-San-Francisco-Crime-Scene-using-Police-Reports

This repository contains the collection of Python and Javascript (Observable Notebook) projects made for the DTU Data Science course 02806: Social Data Analysis and Visualizations

Language:Jupyter NotebookStargazers:9Issues:0Issues:0

Detection-of-HateOffenseAbuse-In-SocialMedia-NLP-Python

The idea is to use various classification algorithms and sentiment analysis to train on twitter and other social media data to develop a model that detects potential cases of cyberbullying or abuse.A classification model was implemented with experiments and analysis carried out for different features and models with about 73% accuracy using random forest with a maximum depth of 60. The analysis and model is explained in the detection-hate-offensive.pdf file which also serves as the technical paper for this research.

Language:PythonStargazers:3Issues:0Issues:0

cbd

Cyberbullying Detection System

Language:JavaScriptStargazers:39Issues:0Issues:0

HASOC-2021

Automated recognition and detection of Hate Speech and Offensive language on different Online Social Networks, mainly Twitter, presents a challenge to the community of Artificial Intelligence and Machine Learning. Unfortunately, sometimes these ideas communicated via the internet are intended to promote or incite hatred or humiliation of an individual, community, or even organizations. The HASOC shared task is to attempt to automatically detect abusive language on Twitter in English and Indo-Aryan Languages like Hindi. To participate in this task and provide our input, we (team Data Pirates) presented several machine learning models for Hindi Subtasks. The datasets provided allowed the development and testing of supervised machine learning techniques. The top 2 performing models for sub-task A were Naïve Bayes and Logistic Regression with the same Macro F1 score of 0.7394. The top 2 performing models for sub-task B were Logistic Regression and CatBoost, with Macro F1 scores of 0.4828 and 0.4709, respectively. This overview intends to provide detailed understandings and to analyze the outcomes.

Language:Jupyter NotebookStargazers:3Issues:0Issues:0

nn-zero-to-hero

Neural Networks: Zero to Hero

Language:Jupyter NotebookLicense:MITStargazers:10683Issues:0Issues:0