Git Product home page Git Product logo

pythia's Introduction

pythia's People

Contributors

giorgosera avatar

Stargazers

Nate Stahl avatar Muhammad Saeed avatar  avatar yuanke avatar Daniyal Ansari avatar  avatar Anna Nicanorova avatar Tiberiu Ichim avatar Kosal Vann avatar Ben Piché avatar Adel Rahimi avatar Martin Sykora avatar Nik Khilnani avatar Jonathan Hendler avatar Carlos Abad Sánchez avatar Chris Moulton avatar mattl920@gmail.com avatar Emilios avatar David Yerrington avatar Ahmet Topal avatar  avatar Andrew Yates avatar

Watchers

Flo avatar  avatar James Cloos avatar  avatar

pythia's Issues

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.

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.
-->

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)

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.