Giter Club home page Giter Club logo

gpt-form-filler's Introduction

gpt-form-filler

Programmatically fill in annoying intake forms with data dumps or knowledge base

Motivation

Repeated Manual Data Entry is not what humans like to do.

What if you can update your CRM or fill in large intakes just from a voice note or a data dump? This tool is an opinionated attempt on solving this niche problem.

How it works

It is a bit like Guardrails.ai, or one of the many Chrome/Firefox/Safari auto-fill options, just addressing a more specific use case when:

  • You usually have at least one page of data
  • You might want to fill in multiple entries at once (e.g. all your notes from a day)
  • The form is somewhat specific / needs to be created programmatically

Implementations

It was previously used to:

Current State: WIP

I wanted to re-use and opensource these utils so for now just shamelessly copy pasted from my private repo.

Features:

  • Caching GPT request, useful for re-runs
  • TODO: Better DevX for the form object
  • TODO: Use JSON mode for OpenAI (this was written before it came out so there is custom monkeypatched code)

Installation

Install GPT Form Filler Python Library using pip:

# A blunder of my I named the repo `gpt-form-filler` while package is `gpt_form_filler` - sorry.
pip install git+https://github.com/petercsiba/gpt-form-filler.git

Example Usage

See the examples/ directory.

Contributing

Local Development

make requirements
pre-commit install

Run tests

pip install -e .  # needed only once?
pytest

gpt-form-filler's People

Contributors

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