Code Monkey home page Code Monkey logo

reporta's Introduction

Reporta

Reporta is your personal reporter. Bringing a conversational interface to news. AlJazeera Media in Context Hackathon.

Developing on the Server

Make sure you have python-dev installed in order to build numpy. On ubuntu it is:

apt-get install python-dev

You need to activate the local environment to use the python virtualenv

source server/venv/bin/activate

Then if it is your first install you should do a pip install to get the requirements

pip install -r server/requirements.txt

You also need redis installed and running. Install docker first, and then install redis on docker with.

.server/redis/install.sh

You also need to download the NLTK files and build the NLP class.

python server/nltk/install.py
python server/nltk/build.py

Running the server

First run Redis with

./server/redis/start_redis.sh

Then run the server with

python server/server.py

Persisting Data in Redis

Sometimes you want the data in Redis to persist between runs, such as if you are running Reporta in production.

First you need a data Dockerfile, such as the one here:

[https://github.com/lingz/data-docker](Data Docker)

If you don't have this, then download and run it as so

./server/redis/install_data.sh
./server/redis/start_data.sh

Once the redis-reporta data docker container exists, you can start redis with the persist command line option

./server/redis/start_redis.sh persist

Then start the server as normal

python server/server.py

License

This project is licensed under the MIT license, found in LICENSE.md

reporta's People

Contributors

lingz avatar mahmoudalismail avatar nicol337 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

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