Coder Social home page Coder Social logo

gabrock94 / pyaesthetics Goto Github PK

View Code? Open in Web Editor NEW
33.0 4.0 6.0 7.19 MB

A python package to extract visual features about the aesthetic appearance from still images.

License: GNU General Public License v3.0

Python 18.44% Jupyter Notebook 81.56%
website feature-extraction aesthetic aesthetic-visual-analysis python human-computer-interaction user-interface webdesign image image-processing aesthetics aesthetics-evaluation appearance-features apperance

pyaesthetics's Issues

ToDo

  • Fix warning in text / image ratio when area of the image == 0
    /usr/local/lib/python3.5/dist-packages/prettywebsite-0.0.4-py3.5.egg/prettywebsite/spaceBasedDecomposition.py:63: RuntimeWarning: divide by zero encountered in long_scalars return({"textImageRatio":sum(text) / sum(image),"textArea":sum(text),"imageArea":sum(image),"nImages":len(image)})

Improve Text/Image Area dection

At the moment, one of the bottleneck of the package is the detection of the ratio between visual and textual areas.
The process involves the detection of areas by means of a Space Based Decomposition, followed by an OCR detection for each area. The module should be rewritten to avoid the need of running the OCR algorithm several times such as in https://www.geeksforgeeks.org/text-localization-detection-and-recognition-using-pytesseract/, and then compare empirically the areas detected via the space based decomposition

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.