Giter VIP home page Giter VIP logo

intelligent-bookmarker's Introduction

Intelligent Bookmarker

User Interaction Flow

Alt Text

For a quick demo, refer here

Set Up

  • Download and extract the zip file or clone the project to your local.

  • /yourpath/Intelligent-Bookmarker/ is our root folder

  • Go to chrome://extensions/ and turn on the developer mode in the top right corner of the page.

  • Remove the generated pycache folder from the project after running the "python app.py"

  • Click on "Load unpacked" on the top left and select the /yourpath/Intelligent-Bookmarker/ folder.

  • Open a new tab and you should now be able to see the "Intelligent Bookmarker" extension among your browser extensions.

Install dependencies in the folder to start the server

  • pip install flask flask-cors scikit-learn bs4 transformers requests
  • pip install gensim torch openai

  • Go to https://platform.openai.com/account/api-keys to get your Secret Key from Open AI. (If you are having trouble getting your secure keys, you can reach out to any of the developers).
  • Open key.conf and enter your secret key in a single line. It will be read by openai_classification.py (line 11)
  • Run python app.py in /yourpath/Intelligent-Bookmarker/ (It could take up to one minute for the first time to start the server - Subsequent starts may be quicker)

Wait until you receive,

  • Serving Flask app 'app'
  • Debug mode: on WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
  • Running on http://127.0.0.1:5000 Press CTRL+C to quit
  • Restarting with watchdog (windowsapi)
  • Debugger is active!
  • Debugger PIN: xxx-yyy-zzz

Usage

  • Browse to any tab.
  • Click on the extension and select the "Bookmark and Categorize" button.
  • You can find that bookmark is automatically categorized and added to a folder.
  • Add more tabs and populate your bookmarks to folders representing categories.

Getting Access to API KEY

  • Open AI prevents commiting of API KEY to GitHub or any online service and thus leads to revocation of the key.
  • Hence, we request the user of the tool to get your own secure keys by following the instructions above or contact the contributors for getting access to the API KEY.
  • Kindly, send email to either of the emails provided.
  • [email protected], [email protected], [email protected]

intelligent-bookmarker's People

Contributors

sriramecs avatar kukr17 avatar kukr avatar phanidatta673 avatar

Watchers

 avatar

Forkers

mr0001000

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.