Skip to content

iamxhunt3r/Context-Analyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONTEXT ANALYZER   image

A NLP based Chrome extension build with JavaScript and Python-Flask.

image

Installation 🔧

  1. Download the repository by clicking clone or Download button.
  2. In your Chrome browser:More Tools > Extensions > Load Unpacked > Downloaded Folder >> Select the app Folder.
  3. Viola!! you are good to go.

Setting Up 🔌

As of Now it uses Flask API based backend (can be a centralised single server as well). To set it up on your environment:

  1. pip install -r requirements.txt.
  2. Open python shell :
  import nltk
  nltk.download('stopwords')
  1. Change Path to backend directory and run python main.py. You'll Now see your Flask API running.
  2. If you are not running it on localhost set your ip in settings variable in background.js file.

How to USE 🔍

After setting up you can use it like:

image

In Google Word2Vec model these kind of possiblities are covered. image

Contributions 💻

  1. Vishal
  2. Vikas Gupta

Contributions are Welcome 😊.

About

A NLP Based chrome extension build with JavaScript and Python-Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 39.3%
  • JavaScript 34.9%
  • HTML 25.8%