Code Monkey home page Code Monkey logo

law-buddy's Introduction

law-buddy

Overview

This is a Kedro project, which was generated using kedro 0.19.2.

Take a look at the Kedro documentation to get started.

The file in conf/base/catalog.yml contains configuration that can be adjusted.

Running first steps in the pipeline will populate the data folder accordingly. Due to git-lfs issues, no data is uploaded. Data embeddings with the actual laws are uploaded to huggingface for easier access. Repo id ftopal/german-law-dataset

Embeddings computation takes some time so feel free to execute this in Colab with GPU environment. Notebook for this and how to execute it is shown in notebooks/Compute Embeddings.ipynb.

One can execute kedro run to run everything end to end, or via kedro run --from-nodes=... to run certain functions. The workflow itself is defined in the src/law_buddy/pipelines/pipeline.py

Rules and guidelines

In order to get the best out of the template:

  • Don't remove any lines from the .gitignore file we provide
  • Make sure your results can be reproduced by following a data engineering convention
  • Don't commit data to your repository
  • Don't commit any credentials or your local configuration to your repository. Keep all your credentials and local configuration in conf/local/

How to install dependencies

Conda

You can install environment.yml file to replicate the same environment. Additionally, an environment_full.yml is also provided which pins all the versions in the environment.

conda env create -f environment.yml

Pip

You can install dependencies in the environment.yml file by passing them into pip.

How to run a Kedro pipeline

You can run the project with:

kedro run

How to test your Kedro project

Have a look at the file src/tests/test_run.py for instructions on how to write your tests. You can run your tests as follows:

pytest

You can configure the coverage threshold in your project's pyproject.toml file under the [tool.coverage.report] section.

How to work with Kedro and notebooks

Note: Using kedro jupyter or kedro ipython to run your notebook provides these variables in scope: context, 'session', catalog, and pipelines.

Jupyter

kedro jupyter notebook

JupyterLab

kedro jupyter lab

IPython

And if you want to run an IPython session:

kedro ipython

How to ignore notebook output cells in git

To automatically strip out all output cell contents before committing to git, you can use tools like nbstripout. For example, you can add a hook in .git/config with nbstripout --install. This will run nbstripout before anything is committed to git.

Note: Your output cells will be retained locally.

Package your Kedro project

Further information about building project documentation and packaging your project

law-buddy's People

Contributors

lordsoffallen avatar

Watchers

 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.