GithubHelp home page GithubHelp logo

rikoz / cloudmining Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alexksikes/cloudmining

0.0 2.0 0.0 27.56 MB

Cloud Mining automatically builds exploratory faceted search systems.

License: GNU Affero General Public License v3.0

Python 16.08% HTML 5.71% CSS 3.72% JavaScript 74.49%

cloudmining's Introduction

Cloud Mining automatically builds exploratory faceted search systems. It leverages Sphinx as a full text retrieval engine and fSphinx for faceted search. SimSearch is used for item based search. The aim is to provide an interface which will encourage nonlinear search and data exploration. The facets support different visualizations such as tag clouds, histogram counts or a rose diagram and can be extended with pluggins.

Create a file called application.py with the following lines:

from cloudmining import CloudMiningApp

# create a new CloudMining web application
app = CloudMiningApp()

# create a FSphinxClient from a configuration file
cl = FSphinxClient.FromConfig('/path/to/config/sphinx_client.py')

# set the fsphinx client of the app
app.set_fsphinx_client(cl)

Execute application.py and aim your browser at http://localhost:8080:

python application.py

On data from IMDb, you obtain the following interface:

Cloud Mining Generic Interface

And after customization, you get:

Cloud Mining Customized Interface

Check out some instances, here and there. Have a look at the api for customization and look into some of the example instances provided.

Thank you to Andy Gott for the logo design, FAMFAMFAM and Fugue for the icons. Rose diagram thanks to RGraph.

cloudmining's People

Contributors

alexksikes avatar

Watchers

 avatar  avatar

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.