![Logo](/imgs/logo.png)
# Co-op Translator: Localize Your Project with a Single Command
_Easily generate multilingual translations for your project with a single command, powered by Azure AI Services._
[![Python package](https://img.shields.io/pypi/v/co-op-translator?color=4BA3FF)](https://pypi.org/project/co-op-translator/)
[![License: MIT](https://img.shields.io/github/license/azure/co-op-translator?color=4BA3FF)](https://github.com/azure/co-op-translator/blob/main/LICENSE)
[![Downloads](https://static.pepy.tech/badge/co-op-translator)](https://pepy.tech/project/co-op-translator)
[![Downloads](https://static.pepy.tech/badge/co-op-translator/month)](https://pepy.tech/project/co-op-translator)
[![GitHub contributors](https://img.shields.io/github/contributors/azure/co-op-translator.svg)](https://GitHub.com/azure/co-op-translator/graphs/contributors/)
[![GitHub issues](https://img.shields.io/github/issues/azure/co-op-translator.svg)](https://GitHub.com/azure/co-op-translator/issues/)
[![GitHub pull-requests](https://img.shields.io/github/issues-pr/azure/co-op-translator.svg)](https://GitHub.com/azure/co-op-translator/pulls/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
[![GitHub watchers](https://img.shields.io/github/watchers/azure/co-op-translator.svg?style=social&label=Watch)](https://GitHub.com/azure/co-op-translator/watchers/)
[![GitHub forks](https://img.shields.io/github/forks/azure/co-op-translator.svg?style=social&label=Fork)](https://GitHub.com/azure/co-op-translator/network/)
[![GitHub stars](https://img.shields.io/github/stars/azure/co-op-translator?style=social&label=Star)](https://GitHub.com/azure/co-op-translator/stargazers/)
[![Open in GitHub Codespaces](https://img.shields.io/static/v1?style=for-the-badge&label=Github%20Codespaces&message=Open&color=24292F&logo=github)](https://codespaces.new/azure/co-op-translator)
[![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=VS%20Code%20Dev%20Containers&message=Open&color=007ACC&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/azure/co-op-translator)
## 🌐 Overview
**Co-op Translator** is a Python package designed to automate multilingual translations for your projects using advanced Large Language Model (LLM) technology and Azure AI Services. This project aims to simplify the process of translating content into multiple languages, making it accessible and efficient for developers.
By integrating Co-op Translator into your workflow, you can automatically generate organized translation folders for different languages, and translate both Markdown files and images effortlessly.
Here is an example of how Co-op Translator structures the translations and translates both Markdown files and text within images in your project:
![Example](/imgs/translation-ex.png)
**Ready to unlock multilingual accessibility? Get started with Co-op Translator today!**
## ✨ Key features
- **Automated Translations**: Translate text into multiple languages effortlessly.
- **Markdown Preservation**: Maintain correct Markdown syntax during translation.
- **Image Text Translation**: Extract and translate text within images.
- **Advanced LLM Technology**: Utilize cutting-edge language models for high-quality translations.
- **Easy Integration**: Seamlessly integrate with your existing project setup.
- **Simplify Localization**: Streamline the process of localizing your project for international markets.
## 🌉 Bridging the language gap in tech
English is often considered the universal language of technology, but many developers worldwide are non-native English speakers. This can create barriers in accessing and contributing to technical projects.
**Co-op Translator** aims to break down these language barriers by providing an easy-to-use tool for automating translations. By making technical documentation accessible in multiple languages, we empower developers, students, and researchers globally.
## ⭐ Support us
Join us in revolutionizing global communication! Give a ⭐ to [Co-op Translator](https://github.com/azure/co-op-translator) on GitHub and help us break down language barriers together. Your support makes a difference!
## ⚙️ How it works
![Architecture](/imgs/architecture_241019.png)
The process begins with Markdown and image files from your project folder, which are processed by **Azure AI Services**:
- **Azure OpenAI**: Translates text from Markdown files.
- **Azure Computer Vision**: Extracts text from images, which are then translated by Azure OpenAI.
The final translated Markdown and image files are saved in the designated translation folder, ready to be used in multiple languages.
## 🚀 Getting started with Co-op Translator
### Prerequisites
- Azure Computer vision resource
- Azure OpenAI resource
- Python 3.10 or higher
### Quick install
#### Install via pip
```bash
pip install co-op-translator
```
#### Install via poetry
```bash
poetry add co-op-translator
```
### How to use Co-op Translator
1. [Set up Azure resources before starting](./getting_started/set-up-azure-resources.md)
1. [Create an '.env' file in the root directory](./getting_started/create-env-file.md)
1. [Install the Co-op translator package](./getting_started/install-package.md)
1. [Translate your project using Co-op Translator](./getting_started/translator-your-project.md)
### Additional resources
- [Command reference](./getting_started/command-reference.md): Learn about all available commands and their options in detail.
- [Multi-language support setup](./getting_started/multi-language-support.md): Before starting the translation process, you can add a table in the README that links to the translated versions of your document.
- [Supported Languages](./getting_started/supported-languages.md): Check the list of supported languages and instructions to add new languages.
## 📚 Case Studies: Applying Co-op Translator in real projects
These case studies show how Co-op Translator was applied to translate a real-world project. It highlights the translation process, the challenges encountered, and the results achieved, providing a useful reference for applying the tool to similar projects.
1. [Phi-3 Cookbook translation: A case study](./getting_started/Phi-3Cookbook-translation-case.md)
## 🎥 Video presentations
Learn more about Co-op Translator through our presentations _(Click the image below to watch on YouTube.)_:
- **Open at Microsoft**: A brief 18-minute introduction and quick guide on how to use Co-op Translator.
[![Open at Microsoft](/imgs/open-ms-thumbnail.jpg)](https://www.youtube.com/watch?v=jX_swfH_KNU)
- **Microsoft Reactor** (Scheduled for December 2, 2024): A one-hour detailed step-by-step guide covering everything from understanding what Co-op Translator is, setting up the tool, and using it effectively, to a live demo showcasing its capabilities in action.
[![Microsoft Reactor](/imgs/reactor-thumbnail.jpg)](https://www.youtube.com/watch?v=boTtKVPBLAc)
## Contributing
This project welcomes contributions and suggestions. Interested in contributing to Azure Co-op Translator? Please see our [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines on how you can help make Co-op Translator more accessible.
## Contributors
[![co-op-translator contributors](https://contrib.rocks/image?repo=Azure/co-op-translator)](https://github.com/Azure/co-op-translator/graphs/contributors)
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## Responsible AI
Microsoft is committed to helping our customers use our AI products responsibly, sharing our learnings, and building trust-based partnerships through tools like Transparency Notes and Impact Assessments. Many of these resources can be found at [https://aka.ms/RAI](https://aka.ms/RAI).
Microsoft’s approach to responsible AI is grounded in our AI principles of fairness, reliability and safety, privacy and security, inclusiveness, transparency, and accountability.
Large-scale natural language, image, and speech models - like the ones used in this sample - can potentially behave in ways that are unfair, unreliable, or offensive, in turn causing harms. Please consult the [Azure OpenAI service Transparency note](https://learn.microsoft.com/legal/cognitive-services/openai/transparency-note?tabs=text) to be informed about risks and limitations.
The recommended approach to mitigating these risks is to include a safety system in your architecture that can detect and prevent harmful behavior. [Azure AI Content Safety](https://learn.microsoft.com/azure/ai-services/content-safety/overview) provides an independent layer of protection, able to detect harmful user-generated and AI-generated content in applications and services. Azure AI Content Safety includes text and image APIs that allow you to detect material that is harmful. We also have an interactive Content Safety Studio that allows you to view, explore and try out sample code for detecting harmful content across different modalities. The following [quickstart documentation](https://learn.microsoft.com/azure/ai-services/content-safety/quickstart-text?tabs=visual-studio%2Clinux&pivots=programming-language-rest) guides you through making requests to the service.
Another aspect to take into account is the overall application performance. With multi-modal and multi-models applications, we consider performance to mean that the system performs as you and your users expect, including not generating harmful outputs. It's important to assess the performance of your overall application using [generation quality and risk and safety metrics](https://learn.microsoft.com/azure/ai-studio/concepts/evaluation-metrics-built-in).
You can evaluate your AI application in your development environment using the [prompt flow SDK](https://microsoft.github.io/promptflow/index.html). Given either a test dataset or a target, your generative AI application generations are quantitatively measured with built-in evaluators or custom evaluators of your choice. To get started with the prompt flow sdk to evaluate your system, you can follow the [quickstart guide](https://learn.microsoft.com/azure/ai-studio/how-to/develop/flow-evaluate-sdk). Once you execute an evaluation run, you can [visualize the results in Azure AI Studio](https://learn.microsoft.com/azure/ai-studio/how-to/evaluate-flow-results).
## Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
trademarks or logos is subject to and must follow
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
Any use of third-party trademarks or logos are subject to those third-party's policies.
Raw data
{
"_id": null,
"home_page": "https://github.com/Azure/co-op-translator",
"name": "co-op-translator",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.10",
"maintainer_email": null,
"keywords": "translator, translation, azure, openai, gpt",
"author": "Minseok Song",
"author_email": "skytin1004@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/f0/67/5721f8f260f3bed54aa44e7ab13f5896585bb5d10eff270216f6f3319e68/co_op_translator-0.5.2.tar.gz",
"platform": null,
"description": "![Logo](/imgs/logo.png)\n\n# Co-op Translator: Localize Your Project with a Single Command\n\n_Easily generate multilingual translations for your project with a single command, powered by Azure AI Services._\n\n[![Python package](https://img.shields.io/pypi/v/co-op-translator?color=4BA3FF)](https://pypi.org/project/co-op-translator/)\n[![License: MIT](https://img.shields.io/github/license/azure/co-op-translator?color=4BA3FF)](https://github.com/azure/co-op-translator/blob/main/LICENSE)\n[![Downloads](https://static.pepy.tech/badge/co-op-translator)](https://pepy.tech/project/co-op-translator)\n[![Downloads](https://static.pepy.tech/badge/co-op-translator/month)](https://pepy.tech/project/co-op-translator)\n\n[![GitHub contributors](https://img.shields.io/github/contributors/azure/co-op-translator.svg)](https://GitHub.com/azure/co-op-translator/graphs/contributors/)\n[![GitHub issues](https://img.shields.io/github/issues/azure/co-op-translator.svg)](https://GitHub.com/azure/co-op-translator/issues/)\n[![GitHub pull-requests](https://img.shields.io/github/issues-pr/azure/co-op-translator.svg)](https://GitHub.com/azure/co-op-translator/pulls/)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)\n\n[![GitHub watchers](https://img.shields.io/github/watchers/azure/co-op-translator.svg?style=social&label=Watch)](https://GitHub.com/azure/co-op-translator/watchers/)\n[![GitHub forks](https://img.shields.io/github/forks/azure/co-op-translator.svg?style=social&label=Fork)](https://GitHub.com/azure/co-op-translator/network/)\n[![GitHub stars](https://img.shields.io/github/stars/azure/co-op-translator?style=social&label=Star)](https://GitHub.com/azure/co-op-translator/stargazers/)\n\n[![Open in GitHub Codespaces](https://img.shields.io/static/v1?style=for-the-badge&label=Github%20Codespaces&message=Open&color=24292F&logo=github)](https://codespaces.new/azure/co-op-translator)\n[![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=VS%20Code%20Dev%20Containers&message=Open&color=007ACC&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/azure/co-op-translator)\n\n## \ud83c\udf10 Overview\n\n**Co-op Translator** is a Python package designed to automate multilingual translations for your projects using advanced Large Language Model (LLM) technology and Azure AI Services. This project aims to simplify the process of translating content into multiple languages, making it accessible and efficient for developers.\n\nBy integrating Co-op Translator into your workflow, you can automatically generate organized translation folders for different languages, and translate both Markdown files and images effortlessly.\n\nHere is an example of how Co-op Translator structures the translations and translates both Markdown files and text within images in your project:\n\n![Example](/imgs/translation-ex.png)\n\n**Ready to unlock multilingual accessibility? Get started with Co-op Translator today!**\n\n## \u2728 Key features\n\n- **Automated Translations**: Translate text into multiple languages effortlessly.\n- **Markdown Preservation**: Maintain correct Markdown syntax during translation.\n- **Image Text Translation**: Extract and translate text within images.\n- **Advanced LLM Technology**: Utilize cutting-edge language models for high-quality translations.\n- **Easy Integration**: Seamlessly integrate with your existing project setup.\n- **Simplify Localization**: Streamline the process of localizing your project for international markets.\n\n## \ud83c\udf09 Bridging the language gap in tech\n\nEnglish is often considered the universal language of technology, but many developers worldwide are non-native English speakers. This can create barriers in accessing and contributing to technical projects.\n\n**Co-op Translator** aims to break down these language barriers by providing an easy-to-use tool for automating translations. By making technical documentation accessible in multiple languages, we empower developers, students, and researchers globally.\n\n## \u2b50 Support us\n\nJoin us in revolutionizing global communication! Give a \u2b50 to [Co-op Translator](https://github.com/azure/co-op-translator) on GitHub and help us break down language barriers together. Your support makes a difference!\n\n## \u2699\ufe0f How it works\n\n![Architecture](/imgs/architecture_241019.png)\n\nThe process begins with Markdown and image files from your project folder, which are processed by **Azure AI Services**:\n\n- **Azure OpenAI**: Translates text from Markdown files.\n- **Azure Computer Vision**: Extracts text from images, which are then translated by Azure OpenAI.\n\nThe final translated Markdown and image files are saved in the designated translation folder, ready to be used in multiple languages.\n\n## \ud83d\ude80 Getting started with Co-op Translator\n\n### Prerequisites\n\n- Azure Computer vision resource\n- Azure OpenAI resource\n- Python 3.10 or higher\n\n### Quick install\n\n#### Install via pip\n\n```bash\npip install co-op-translator\n```\n\n#### Install via poetry\n\n```bash\npoetry add co-op-translator\n```\n\n### How to use Co-op Translator\n\n1. [Set up Azure resources before starting](./getting_started/set-up-azure-resources.md)\n1. [Create an '.env' file in the root directory](./getting_started/create-env-file.md)\n1. [Install the Co-op translator package](./getting_started/install-package.md)\n1. [Translate your project using Co-op Translator](./getting_started/translator-your-project.md)\n\n### Additional resources\n\n- [Command reference](./getting_started/command-reference.md): Learn about all available commands and their options in detail.\n- [Multi-language support setup](./getting_started/multi-language-support.md): Before starting the translation process, you can add a table in the README that links to the translated versions of your document.\n- [Supported Languages](./getting_started/supported-languages.md): Check the list of supported languages and instructions to add new languages.\n\n## \ud83d\udcda Case Studies: Applying Co-op Translator in real projects\n\nThese case studies show how Co-op Translator was applied to translate a real-world project. It highlights the translation process, the challenges encountered, and the results achieved, providing a useful reference for applying the tool to similar projects.\n\n1. [Phi-3 Cookbook translation: A case study](./getting_started/Phi-3Cookbook-translation-case.md)\n\n## \ud83c\udfa5 Video presentations\n\nLearn more about Co-op Translator through our presentations _(Click the image below to watch on YouTube.)_:\n\n- **Open at Microsoft**: A brief 18-minute introduction and quick guide on how to use Co-op Translator.\n\n [![Open at Microsoft](/imgs/open-ms-thumbnail.jpg)](https://www.youtube.com/watch?v=jX_swfH_KNU)\n\n- **Microsoft Reactor** (Scheduled for December 2, 2024): A one-hour detailed step-by-step guide covering everything from understanding what Co-op Translator is, setting up the tool, and using it effectively, to a live demo showcasing its capabilities in action.\n\n [![Microsoft Reactor](/imgs/reactor-thumbnail.jpg)](https://www.youtube.com/watch?v=boTtKVPBLAc)\n\n## Contributing\n\nThis project welcomes contributions and suggestions. Interested in contributing to Azure Co-op Translator? Please see our [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines on how you can help make Co-op Translator more accessible.\n\n## Contributors\n\n[![co-op-translator contributors](https://contrib.rocks/image?repo=Azure/co-op-translator)](https://github.com/Azure/co-op-translator/graphs/contributors)\n\n## Code of Conduct\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n## Responsible AI\n\nMicrosoft is committed to helping our customers use our AI products responsibly, sharing our learnings, and building trust-based partnerships through tools like Transparency Notes and Impact Assessments. Many of these resources can be found at [https://aka.ms/RAI](https://aka.ms/RAI).\nMicrosoft\u2019s approach to responsible AI is grounded in our\u202fAI principles of fairness, reliability and safety, privacy and security, inclusiveness, transparency, and accountability.\n\nLarge-scale natural language, image, and speech models - like the ones used in this sample - can potentially behave in ways that are unfair, unreliable, or offensive, in turn causing harms. Please consult the [Azure OpenAI service Transparency note](https://learn.microsoft.com/legal/cognitive-services/openai/transparency-note?tabs=text) to be informed about risks and limitations.\n\nThe recommended approach to mitigating these risks is to include a safety system in your architecture that can detect and prevent harmful behavior. [Azure AI Content Safety](https://learn.microsoft.com/azure/ai-services/content-safety/overview) provides an independent layer of protection, able to detect harmful user-generated and AI-generated content in applications and services. Azure AI Content Safety includes text and image APIs that allow you to detect material that is harmful. We also have an interactive Content Safety Studio that allows you to view, explore and try out sample code for detecting harmful content across different modalities. The following [quickstart documentation](https://learn.microsoft.com/azure/ai-services/content-safety/quickstart-text?tabs=visual-studio%2Clinux&pivots=programming-language-rest) guides you through making requests to the service.\n\nAnother aspect to take into account is the overall application performance. With multi-modal and multi-models applications, we consider performance to mean that the system performs as you and your users expect, including not generating harmful outputs. It's important to assess the performance of your overall application using [generation quality and risk and safety metrics](https://learn.microsoft.com/azure/ai-studio/concepts/evaluation-metrics-built-in).\n\nYou can evaluate your AI application in your development environment using the [prompt flow SDK](https://microsoft.github.io/promptflow/index.html). Given either a test dataset or a target, your generative AI application generations are quantitatively measured with built-in evaluators or custom evaluators of your choice. To get started with the prompt flow sdk to evaluate your system, you can follow the [quickstart guide](https://learn.microsoft.com/azure/ai-studio/how-to/develop/flow-evaluate-sdk). Once you execute an evaluation run, you can [visualize the results in Azure AI Studio](https://learn.microsoft.com/azure/ai-studio/how-to/evaluate-flow-results).\n\n## Trademarks\n\nThis project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft\ntrademarks or logos is subject to and must follow\n[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).\nUse of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.\nAny use of third-party trademarks or logos are subject to those third-party's policies.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Easily automate multilingual translations for your projects with co-op-translator, powered by advanced LLM technology.",
"version": "0.5.2",
"project_urls": {
"Documentation": "https://github.com/Azure/co-op-translator/tree/main/getting_started",
"Homepage": "https://github.com/Azure/co-op-translator",
"Repository": "https://github.com/Azure/co-op-translator"
},
"split_keywords": [
"translator",
" translation",
" azure",
" openai",
" gpt"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "caab3aff4647ed6512411953e1d00e5b4b26dac6397ca58afffdbb74f2add523",
"md5": "2ff40932aade49c9fee43d39da06052a",
"sha256": "78deb041b86f0287135cec1d568b66aa3dad9063ef8ce4dc165dd0943464e83e"
},
"downloads": -1,
"filename": "co_op_translator-0.5.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2ff40932aade49c9fee43d39da06052a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.10",
"size": 15646773,
"upload_time": "2024-12-05T16:26:58",
"upload_time_iso_8601": "2024-12-05T16:26:58.524333Z",
"url": "https://files.pythonhosted.org/packages/ca/ab/3aff4647ed6512411953e1d00e5b4b26dac6397ca58afffdbb74f2add523/co_op_translator-0.5.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f0675721f8f260f3bed54aa44e7ab13f5896585bb5d10eff270216f6f3319e68",
"md5": "d15ec29a91ad3591ab68c2ab963a4f3a",
"sha256": "ec0bab12598c4cd568cf4c699be2f2fd501b3c23262edc9b2ca1f77822dec161"
},
"downloads": -1,
"filename": "co_op_translator-0.5.2.tar.gz",
"has_sig": false,
"md5_digest": "d15ec29a91ad3591ab68c2ab963a4f3a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.10",
"size": 15637655,
"upload_time": "2024-12-05T16:27:02",
"upload_time_iso_8601": "2024-12-05T16:27:02.244845Z",
"url": "https://files.pythonhosted.org/packages/f0/67/5721f8f260f3bed54aa44e7ab13f5896585bb5d10eff270216f6f3319e68/co_op_translator-0.5.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-05 16:27:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Azure",
"github_project": "co-op-translator",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "annotated-types",
"specs": [
[
"~=",
"0.7.0"
]
]
},
{
"name": "anyio",
"specs": [
[
"~=",
"4.4.0"
]
]
},
{
"name": "appnope",
"specs": [
[
"~=",
"0.1.4"
]
]
},
{
"name": "asttokens",
"specs": [
[
"~=",
"2.4.1"
]
]
},
{
"name": "azure-ai-vision-imageanalysis",
"specs": [
[
"~=",
"1.0.0b2"
]
]
},
{
"name": "azure-cognitiveservices-vision-computervision",
"specs": [
[
"~=",
"0.9.0"
]
]
},
{
"name": "azure-common",
"specs": [
[
"~=",
"1.1.28"
]
]
},
{
"name": "azure-core",
"specs": [
[
"~=",
"1.30.2"
]
]
},
{
"name": "certifi",
"specs": [
[
"~=",
"2024.6.2"
]
]
},
{
"name": "charset-normalizer",
"specs": [
[
"~=",
"3.3.2"
]
]
},
{
"name": "click",
"specs": [
[
"~=",
"8.1.7"
]
]
},
{
"name": "comm",
"specs": [
[
"~=",
"0.2.2"
]
]
},
{
"name": "contourpy",
"specs": [
[
"~=",
"1.2.1"
]
]
},
{
"name": "cycler",
"specs": [
[
"~=",
"0.12.1"
]
]
},
{
"name": "decorator",
"specs": [
[
"~=",
"5.1.1"
]
]
},
{
"name": "distro",
"specs": [
[
"~=",
"1.9.0"
]
]
},
{
"name": "executing",
"specs": [
[
"~=",
"2.0.1"
]
]
},
{
"name": "fonttools",
"specs": [
[
"~=",
"4.53.0"
]
]
},
{
"name": "h11",
"specs": [
[
"~=",
"0.14.0"
]
]
},
{
"name": "httpcore",
"specs": [
[
"~=",
"1.0.5"
]
]
},
{
"name": "httpx",
"specs": [
[
"~=",
"0.27.0"
]
]
},
{
"name": "idna",
"specs": [
[
"~=",
"3.7"
]
]
},
{
"name": "isodate",
"specs": [
[
"~=",
"0.6.1"
]
]
},
{
"name": "jedi",
"specs": [
[
"~=",
"0.19.1"
]
]
},
{
"name": "kiwisolver",
"specs": [
[
"~=",
"1.4.5"
]
]
},
{
"name": "matplotlib",
"specs": [
[
"~=",
"3.9.0"
]
]
},
{
"name": "matplotlib-inline",
"specs": [
[
"~=",
"0.1.7"
]
]
},
{
"name": "msrest",
"specs": [
[
"~=",
"0.7.1"
]
]
},
{
"name": "numpy",
"specs": [
[
"~=",
"1.25.2"
]
]
},
{
"name": "oauthlib",
"specs": [
[
"~=",
"3.2.2"
]
]
},
{
"name": "openai",
"specs": [
[
"~=",
"1.33.0"
]
]
},
{
"name": "opencv-python",
"specs": [
[
"~=",
"4.10.0.82"
]
]
},
{
"name": "packaging",
"specs": [
[
"~=",
"24.1"
]
]
},
{
"name": "parso",
"specs": [
[
"~=",
"0.8.4"
]
]
},
{
"name": "pexpect",
"specs": [
[
"~=",
"4.9.0"
]
]
},
{
"name": "pillow",
"specs": [
[
"~=",
"10.3.0"
]
]
},
{
"name": "platformdirs",
"specs": [
[
"~=",
"4.2.2"
]
]
},
{
"name": "prompt_toolkit",
"specs": [
[
"~=",
"3.0.47"
]
]
},
{
"name": "psutil",
"specs": [
[
"~=",
"5.9.8"
]
]
},
{
"name": "ptyprocess",
"specs": [
[
"~=",
"0.7.0"
]
]
},
{
"name": "pure-eval",
"specs": [
[
"~=",
"0.2.2"
]
]
},
{
"name": "pydantic",
"specs": [
[
"~=",
"2.7.3"
]
]
},
{
"name": "pydantic_core",
"specs": [
[
"~=",
"2.18.4"
]
]
},
{
"name": "pyparsing",
"specs": [
[
"~=",
"3.1.2"
]
]
},
{
"name": "python-dateutil",
"specs": [
[
"~=",
"2.9.0.post0"
]
]
},
{
"name": "python-dotenv",
"specs": [
[
"~=",
"1.0.1"
]
]
},
{
"name": "pyyaml",
"specs": [
[
"~=",
"6.0.2"
]
]
},
{
"name": "pyzmq",
"specs": [
[
"~=",
"26.0.3"
]
]
},
{
"name": "requests",
"specs": [
[
"~=",
"2.32.3"
]
]
},
{
"name": "requests-oauthlib",
"specs": [
[
"~=",
"2.0.0"
]
]
},
{
"name": "semantic_kernel",
"specs": [
[
"~=",
"1.8.3"
]
]
},
{
"name": "six",
"specs": [
[
"~=",
"1.16.0"
]
]
},
{
"name": "sniffio",
"specs": [
[
"~=",
"1.3.1"
]
]
},
{
"name": "stack-data",
"specs": [
[
"~=",
"0.6.3"
]
]
},
{
"name": "tiktoken",
"specs": [
[
"~=",
"0.7.0"
]
]
},
{
"name": "tornado",
"specs": [
[
"~=",
"6.4.1"
]
]
},
{
"name": "tqdm",
"specs": [
[
"~=",
"4.66.4"
]
]
},
{
"name": "traitlets",
"specs": [
[
"~=",
"5.14.3"
]
]
},
{
"name": "typing_extensions",
"specs": [
[
"~=",
"4.12.2"
]
]
},
{
"name": "urllib3",
"specs": [
[
"~=",
"2.2.1"
]
]
},
{
"name": "wcwidth",
"specs": [
[
"~=",
"0.2.13"
]
]
},
{
"name": "pytest",
"specs": [
[
"~=",
"8.3.2"
]
]
},
{
"name": "ipykernel",
"specs": [
[
"~=",
"6.29.4"
]
]
},
{
"name": "ipython",
"specs": [
[
"~=",
"8.25.0"
]
]
},
{
"name": "jupyter_client",
"specs": [
[
"~=",
"8.6.2"
]
]
},
{
"name": "jupyter_core",
"specs": [
[
"~=",
"5.7.2"
]
]
},
{
"name": "nest-asyncio",
"specs": [
[
"~=",
"1.6.0"
]
]
},
{
"name": "debugpy",
"specs": [
[
"~=",
"1.8.1"
]
]
},
{
"name": "stack-data",
"specs": [
[
"~=",
"0.6.3"
]
]
},
{
"name": "Pygments",
"specs": [
[
"~=",
"2.18.0"
]
]
}
],
"lcname": "co-op-translator"
}