Kabir Khan
Kabir Khan
This is required when loading from disk with a trained transformer based model.
By default, if I have `AnyPath` as a type in a Pydantic model used by FastAPI in a `response_model` config for a route, FastAPI cannot resolve an appropriate json encoder...
## Overview Adds an `as_url` method that returns the `https://` address of the object or generates a presigned URL if `presign=True` is passed. Based on https://github.com/drivendataorg/cloudpathlib/issues/235 ## Usage ```python from...
## Overview It's nice to be able to generate presigned URLs for download/upload so you don't need to worry about passing around auth credentials. It's often a little non-obvious how...
This PR https://github.com/drivendataorg/cloudpathlib/pull/193 allows setting the `S3Client` `endpoint_url` from an environment variable `AWS_ENDPOINT_URL`. There is a long open PR upstream in boto3 to add this functionality but for some reason...
Hi I'm using this project to parse requirements and have a couple features I'd love to build into the package itself that I think other users would benefit from. Happy...
* Simplify and remove outdated items * Remove deployment scripts/azure pipelines file that were outdated * Fix Dockerfile so builds work properly
* Black line length to 100 * Conll tutorial docs * No serialize in get_ner_stats
We want a recipe for helping to train annotators for the Global News sTP project.
## Context Currently most loader functions use the `JSONOutput` return type. This type is pretty non specific and a bit hard to reason about downstream. I find myself having to...