10000 GitHub - eric-mitchell/akima: Article extraction and annotation.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eric-mitchell/akima

 
 

Repository files navigation

Akima

Titan AE

Article extraction and annotation.

Install

virtualenv venv
. ./venv/bin/activate
pip install -r requirements.txt
pre-commit install
npm install

Need to run this once to initialize nltk for smart article extraction:

import nltk
nltk.download('punkt')

Will need to create a file named .env with the following:

SECRET_KEY=<50 random characters>

Start the application

python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
  1. Login to http://localhost:8000/admin
  2. Create a new Article, just need to give it a URL, Akima will do the rest.
  3. Now to go http://localhost:8000/portal/uuid
  4. Profit!

About

Article extraction and annotation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 78.5%
  • Python 21.5%
0