Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ravisuhag/quest

ML and NLP based Search Tool for Product Catalogs built for GSF-Hacks :tophat:
https://github.com/ravisuhag/quest

Last synced: about 2 months ago
JSON representation

ML and NLP based Search Tool for Product Catalogs built for GSF-Hacks :tophat:

Awesome Lists containing this project

README

        

#Serfer

ML and NLP based search tool for product catalogs. This solution was built for GSF-hacks hackathon.

####Problem Statement
Use any or all of the following to find desirable products on ecommerce sites. This problem and data set was given by India Mart.
- NLP (Natural Language Processing)
- Voice Recogition
- Specc Check
- Context Recognition

###Technology Stack
- C++
- NodeJs
- Node Gyp
- AngularJS
- Express
- Bootstrap

### Alorithms Used

##### Auto Completion
- MAKOV Chains
- Finite Automation
- Dynamic Programming

##### Contextual Analysis ans Spell Check
- Qwerty Sensitive
- AHO CAROSIR
- SUFFIX Trees
- Edit Distance Approach

##### NLP
- Stemming Manual
- Text Analysis and cotext Extraction

##### Voice Recoginition
- Google Voice APIs