Skip to content

GlobalMaksimum/sadedegel-chrome-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SadedeGel Chrome Extension

SadedeGel Chrome Extension is a handy usage of SadedeGel library. Developed as a part of Açık Kaynak Hackathon Programı 2020.

It summarizes articles on authors page of supported news websites:

Please check SadedeGel repository for more information.

License Last Commit

💬 Where to ask questions

The SadedeGel project is maintained by @globalmaksmum AI team members @dafajon, @askarbozcan, @mccakir and @husnusensoy.

Type Platforms
🚨 Bug Reports GitHub Issue Tracker
🎁 Feature Requests GitHub Issue Tracker

Installation

  1. Clone or download the project.
  2. Open the Extension Management page by navigating to chrome://extensions.
  3. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  4. Click the Load unpacked button and select the extension directory.

It is ready to use.

If you want to use Sadedegel.server local instance please follow additional steps:

  1. Install SadedeGel
$ pip install sadedegel
  1. Run Sadedegel summarizer server
$ python3 -m sadedegel.server 
  1. Change api address to localhost in content.js
const api = "http://localhost:8000"

Usage

Click the extension icon on news website's article page.

Extension pops up a modal and allows you to modify certain options.

Releases

No releases published

Packages

No packages published