Giter Site home page Giter Site logo

pythia's People

Contributors

giorgosera avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pythia's Issues

What's next with visualizations

First of all after implementing LexRank we would be able to show either the top tweets or a text summary of what happened. Put this summary either on the left hand side of the timeline or right below.

Then we have to create the main timeline with the most important events. Coding this will be challenging but you are awesome so don't worry! And you have D3.js by your side.

Then prettify the timeline (shades and stuff)

Next session

--> I added a threshld value in online clustering. Find out what the best value is
--> Add tests for online clustering. Suspicion of documents getting lost.
-->

Problem with jpeg support in PIL

How to fix:

  1. Uninstall PIL
  2. sudo apt-get install libjpeg-dev libpng-dev zlib1g-dev liblcms1-dev python-dev
  3. $ cd jpeg-8c
    $ ./configure --enable-shared
    $ make
    $ make instal
  4. lnstall PIL again

More info:
http://ygamretuta.me/2011/05/27/install-pil-in-ubuntu-natty-python27-virtualen/

EDIT:
A MUCH BETTER APPROACH IS
1/ Call 'pip install -I pil --no-install' to download and unpack the PIL source into your build directory;
2/ Get into your build directory and edit setup.py;
3/ Find the line that says 'add_directory(library_dirs, "/usr/lib")' (line 214 here);
4/ Add the line 'add_directory(library_dirs, "/usr/lib/i386-linux-gnu")' afterwards;
5/ Call 'pip install -I pil --no-download' to finish the installation.

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.