Skip to content

MLSA-SRM/Lexicon-The-Auto-Tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lexicon

Lexicon is a browser extension, for automatically generating tags for your online blog, article or post. This is for blog writers who want to focus on their content and skip the worry about what tags they have to brand their articles with.

Brought to you by the Tech Team at Microsoft Learn Student Ambassadors SRM.

Built With:

Software Version
Python 3 3.7.1
Microsoft Chromium Edge Beta-81.0.416.34

Support

Software Tested with
Google Chrome Browser 80.0.3987.149
Microsoft Chromium Edge Beta-81.0.416.34
Website Medium.com

Installing (Microsoft Store)

  • Lexicon - The Auto Tagger is now available as a Microsoft Edge Add-on. You can download it here

Usage

  • On the editor page of your chosen blog site (see Support for tested blog sites)
  • Click on the extension's launcher on the toolbar of your browser.
  • Click on Tag.

Building from Source Code

  • Clone this repository
git clone https://https://github.com/MLSA-SRM/Lexicon-The-Auto-Tagger
  • Go to the model's root folder
cd project_high/model
  • Install dependencies
pip install requirements.txt
  • Run app.py as a Flask App
  • Lastly, install the extension as mentioned in the following section.

Installing (from source code)

  • Clone this repository to your local machine (not needed if cloned during previous section).
git clone https://https://github.com/MLSA-SRM/Lexicon-The-Auto-Tagger
  • Enable Developer Mode in your browser (see Support for tested Browsers)

    • chrome://extensions for Google Chrome
    • edge://extensions for Chromium Edge
  • Use "Load Unpacked" and select folder "~/Project-High/Extension/Extension".

  • Finally you should have successfully added our extension.

More Info

For further reading, please see Wiki.
To contact us regarding this, or more projects - you can find us at Microsoft Learn Student Ambassadors SRM.