Code Monkey home page Code Monkey logo

cap-examples's Introduction

CAP examples

A repository of examples of what can be done with Caselaw Access Project data.

Table of Contents

Examples

Interested in contributing your own examples?

  1. Fork this repository
  2. Add your work
  3. Make sure to add any requirements your project needs to requirements.in
  4. Run pip-compile --output-file requirements.txt requirements.in
  5. Add a link in the Examples section
  6. Create a pull request
  7. Receive gratitude (thank you so much!!)

Downloading bulk data

Helper methods to download whitelisted bulk data

Download the Illinois dataset

(capexamples) $ fab get_cases_from_bulk:Illinois

Or, download the Arkansas dataset

(capexamples) $ fab get_cases_from_bulk:Arkansas

Download a dataset with casebody format as xml

(capexamples) $ fab get_cases_from_bulk:Illinois,data_format=xml

Using the API

Read our API documentation.

In order to download non-whitelisted cases, you must register for an API key.

Once you have your API key, copy and paste it into your secret keys file settings.py.

Install

3.5.4 is the python version we're currently using on CAP, so to keep things simple, we'll be using the same version for these examples.

We recommend installing pyenv — follow instructions to install here.

Install your python version using pyenv and activate your virtual environment:

$ pyenv install 3.5.4
$ pyenv virtualenv 3.5.4 capexamples
$ pyenv activate capexamples
(capexamples) $

Set up!

(capexamples) $ pip install -r requirements.txt
(capexamples) $ fab setup

To run jupyter notebook examples (i.e. any file ending in .ipynb):

(capexamples) $ jupyter notebook

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.