betafactory / Artilizer

The Article Visualizer

Home Page:http://artilizer.apps.betafactory.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artilizer

The Article Visualizer

Introduction

Q) What is Artilizer ?

  • Got bored of reading boring article?

A) Watch them instead of reading via .Visualizing Contents.

Requirements

  • Python 3
  • Pip
  • NLTK
  • opencv
  • Django
  • moviepy
  • sklearn
  • pandas

How to use

Setting Up Development Server (Virtual Environment)

  • Clone the project using git clone command.
  • Type cd Artilizer
  • If virtualenv is not installed, run sudo apt-get install pipenv followed by: pipenv install | pipenv shell (Ubuntu / Mac)
  • Run python manage.py migrate.
  • Run python manage.py collectstatic
  • Start the server using python manage.py runserver and visit http://localhost:8000

Basic (EverydayUtilities Dashboard)

  • Start the server using python manage.py
  • Navigate to http://localhost:8000
  • Enter the Article to transform it to visualizing content.

Todo

  • Work on the Sentiment Analyser
  • Article Summarizer Efficiency

About

The Article Visualizer

http://artilizer.apps.betafactory.tech

License:Apache License 2.0


Languages

Language:CSS 39.6%Language:SCSS 36.3%Language:Python 8.7%Language:JavaScript 8.3%Language:HTML 7.1%