# Prodigy Service with Python

**URL:** https://support.prodi.gy/t/prodigy-service-with-python/6172
**Category:** Uncategorized
**Tags:** usage, spacy, ner
**Created:** [December 7, 2022, 12:53pm UTC](https://support.prodi.gy/t/prodigy-service-with-python/6172 "2022-12-07T12:53:46Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![JMTeixeira17](https://sea2.discourse-cdn.com/flex020/user_avatar/support.prodi.gy/jmteixeira17/32/3270_2.png) [@JMTeixeira17](https://support.prodi.gy/u/JMTeixeira17)
#### Post date: [December 7, 2022, 12:53pm UTC](https://support.prodi.gy/t/prodigy-service-with-python/6172/1 "2022-12-07T12:53:46Z")

</div>

Hello! I hope you have a nice day.

I would like to know if it is possible to create a service with python where Prodigy is used.

I would like to do this so that I can upload different jsonl files to prodigy.

This is possible?

Thanks in advance

---

<div class="post-metadata">

### Author: ![ryanwesslen](https://sea2.discourse-cdn.com/flex020/user_avatar/support.prodi.gy/ryanwesslen/32/2969_2.png) [@ryanwesslen](https://support.prodi.gy/u/ryanwesslen)
#### Post date: [December 7, 2022, 2:28pm UTC](https://support.prodi.gy/t/prodigy-service-with-python/6172/2 "2022-12-07T14:28:18Z")

</div>

hi @JMTeixeira17!

Thanks for your question and welcome to the Prodigy community 👋

> [@JMTeixeira17](#):
>
> I would like to know if it is possible to create a service with python where Prodigy is used.

Can you elaborate on what you mean by a "service"?

Depending on your answer, you may find several examples in Prodigy support (there's over 20k+ posts so you may be surprised how much is here!). You may also find some of the [tags](https://support.prodi.gy/tags) like [`database`](https://support.prodi.gy/tag/database) or cloud names like [`aws`](https://support.prodi.gy/tag/aws) or [`google-cloud`](https://support.prodi.gy/tag/google-cloud) to be helpful (if you're building a custom cloud solution).

One post that comes to mind is this post that looked for ideas at updating records in realtime:

> [@how to update records for annotations in realtime](https://support.prodi.gy/t/how-to-update-records-for-annotations-in-realtime/5700):
>
> Hi, we have a database of text which gets updated in real-time, and I want to connect this database with Prodigy UI for annotation tasks where the number of annotation records should be updated in near real-time. how can we achieve this?

You may also find Prodigy's [top-level Python functions](https://prodi.gy/docs/api-components#functions) to be helpful.

Hope this helps!

---

<div class="post-metadata">

### Author: ![JMTeixeira17](https://sea2.discourse-cdn.com/flex020/user_avatar/support.prodi.gy/jmteixeira17/32/3270_2.png) [@JMTeixeira17](https://support.prodi.gy/u/JMTeixeira17)
#### Post date: [December 7, 2022, 3:28pm UTC](https://support.prodi.gy/t/prodigy-service-with-python/6172/3 "2022-12-07T15:28:29Z")

</div>

Thanks for your quick response!

Basically my service would be to make daily notes. That is, using python I would deploy prodigy and my intention is to be able to read different json files to perform the annotations without turning off said service.

I'm going to review the posts you sent me, which can surely help me. Thanks again!

---

<div class="post-metadata">

### Author: ![ryanwesslen](https://sea2.discourse-cdn.com/flex020/user_avatar/support.prodi.gy/ryanwesslen/32/2969_2.png) [@ryanwesslen](https://support.prodi.gy/u/ryanwesslen)
#### Post date: [February 16, 2023, 7:07pm UTC](https://support.prodi.gy/t/prodigy-service-with-python/6172/4 "2023-02-16T19:07:49Z")

</div>

We released our Posh case study that details the custom cloud annotation service that Posh created for annotating their AI assistants. Hope this helps any future users to get an idea of what's possible to develop with Prodigy.

> [@Prodigy Case Study: Posh Custom Prodigy Cloud Service](https://support.prodi.gy/t/prodigy-case-study-posh-custom-prodigy-cloud-service/6371):
>
> We released our latest Prodigy sparkles case study featuring @cheyanneb. We discuss Posh's excellent cloud Prodigy annotation service for annotations for Posh's AI (chat bot) assistants. We discuss ways Posh customized Prodigy's UI for custom annotation tasks and handles validation of multi-user annotations. We're also happy to helped contributed to their recipes through many Prodigy Support posts. This is our second Prodigy case study. In…
