Manas Bichoo (manasbichoo)

manasbichoo

Geek Repo

Company:scool.in

Location:Indore, India

Home Page:www.manasbichoo.ml

Github PK Tool:Github PK Tool

Manas Bichoo's repositories

manasbichoo.github.io

My Personal Website

Language:HTMLStargazers:2Issues:0Issues:0

blog-web_app-flask

Blog Web App using Python, Flask.

Language:HTMLStargazers:1Issues:0Issues:0

collegeproject

Initial under dev clg project

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

spellchecker

We used NLP(Natural Language Processing) to solve this problem. We used character embedding (chars2vec model) to generate vectorized words and plotted them on vector space to map the closest and semantically similar words together using cosine similarity as the metric. We used a pre trained NLP model called as chars2vec for this purpose. Having the character embedding, every single word’s vector can be formed even it is out-of-vocabulary words. This model is a CNN which performs the character embedding. The step by step solution for this problem statement is: Import the chars2vec model for character embedding. Import the text file and read the words stored in it. Make a array(list) of words of the file. Vectorize all the words of that file by chars2vec model’s vectorize method. Train the chars2vec model with training set as the list of vectorized words. Take an input word from the user. Vectorize the input word using chars2vec vectorize method. Find the cosine similarity of that input word with every other word from the text file’s list of words. The word with the highest cosine similarity is the output. Return the word with the highest cosine similarity which is the correct spelling of the misspelled word.

Language:PythonStargazers:1Issues:0Issues:0

ALS

ALS algorithm recommender system

Language:JavaStargazers:0Issues:0Issues:0

ARCHBOT

Chatbot made on python

Language:PythonStargazers:0Issues:0Issues:0

BookRecommenderKNN

This is a book recommender system used to recommend top N books to the user using KNN Algorithm.

Language:Jupyter NotebookStargazers:0Issues:2Issues:0
Language:PythonLicense:MITStargazers:0Issues:0Issues:0

Computer-Vision

Computer Vision

Language:PythonStargazers:0Issues:0Issues:0

Covid-19-Detection-using-Chest-X-ray

Predict Covid-19 using chest x-ray scan

Stargazers:0Issues:0Issues:0

deeplearningprojects

All the deep learning projects

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

fastai

The fastai deep learning library, plus lessons and tutorials

License:Apache-2.0Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

GeeksForGeeksScrapper

Scrapes g4g and creates PDF

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

Machine-Learning-Web-Apps

Building and Embedding Machine Learning Model into a Web App(With Flask,etc)

Stargazers:0Issues:0Issues:0

Mcq-Web-App

A python Django MCQ Web App

Stargazers:0Issues:0Issues:0
License:MITStargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0

NLP

NLP Projects

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

NLP-Web-App-Flask

Web Application to demonstrate NLP, made using Flask.

Language:CSSStargazers:0Issues:1Issues:0

Python

All Algorithms implemented in Python

License:MITStargazers:0Issues:0Issues:0

Python-1

:snake: Python Programs

Stargazers:0Issues:0Issues:0

recommendersystem

A recommender system on APACHE SPARK

Language:JavaStargazers:0Issues:0Issues:0

RockPaperScissor-AI-

Building an AI to play Rock Paper Scissor using Neural Networks

Language:PythonStargazers:0Issues:1Issues:0

Startup-Analysis-EdTech-

This is a public repo of a startup analysis research done by me on EdTech sector.

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

TRUMPvsTRUDEAU_tweet_classifier

A machine learning classifier that knows whether President Trump or Prime Minister Trudeau is tweeting.

Language:PythonStargazers:0Issues:0Issues:0

whatsapp-bot

Version2: Send whatsapp messages to your friends at specific time (once you have logged in) you want and become omnipresent

License:MITStargazers:0Issues:0Issues:0
Language:CSSStargazers:0Issues:0Issues:0