cogsgpt

View on PyPIReverse Dependencies (0)

1.0.2 cogsgpt-1.0.2-py3-none-any.whl

Wheel Details

Project: cogsgpt
Version: 1.0.2
Filename: cogsgpt-1.0.2-py3-none-any.whl
Download: [link]
Size: 27638
MD5: 6f05a8763f9465996a67e87c05917549
SHA256: e7aec1123d049b1737d03b0c23f5b643f5c9ffb6dc2e845ecb7d69b47e414e1e
Uploaded: 2023-05-05 05:55:15 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: cogsgpt
Version: 1.0.2
Summary: A multi-modal LLM integrated ChatGPT with Azure Cognitive Service
Author-Email: weitian <weitian.bnu[at]gmail.com>
Project-Url: Homepage, https://github.com/whiskyboy/cogsgpt
License: MIT License Copyright (c) 2023 Tian Wei Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: chatgpt,cognitive service,llm
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: azure-ai-vision
Requires-Dist: azure-cognitiveservices-vision-computervision
Requires-Dist: azure-ai-formrecognizer
Requires-Dist: azure-ai-textanalytics (==5.3.0b1)
Requires-Dist: azure-cognitiveservices-speech
Requires-Dist: colorlog
Requires-Dist: jinja2
Requires-Dist: langchain
Requires-Dist: openai
Requires-Dist: pillow
Requires-Dist: tiktoken
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 5776 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.40.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
cogsgpt/__init__.py sha256=y_VASTudYKlwgUpRvqY9rPD9cPwEn1EPnCljOEVRRZQ 154
cogsgpt/awesome_chat.py sha256=y0i4HlfrHe3JsqvvGQMGexICvEky6Bibheem0jeiXTU 14467
cogsgpt/llm.py sha256=KZzTZGOPPSQ7zt7SGIDwRvIHvr7nUneTHB2kZpafUgM 2835
cogsgpt/logger.py sha256=VTX2HwIZQi_fSWP0FRC6kK6fVAxVXKaMyu0guFM3yBQ 460
cogsgpt/schema.py sha256=2MK08-IAVNjBsarQkqz859bOipa7hpX_Uw_qzM3XWwM 369
cogsgpt/utils.py sha256=gxvIBTU2YOQSXN8QUbnaguwgrNP5K7QKACtriOUpcUw 1409
cogsgpt/cogsmodel/__init__.py sha256=KMPxLFgd17SLMu2QEEdj8iEIC3fGDyXjo5vFbx8-lxA 92
cogsgpt/cogsmodel/base_model.py sha256=2JM63CFGAlXYieGKSPfEGvUdWWUUADwgE99OnlA5_sA 202
cogsgpt/cogsmodel/cv/__init__.py sha256=foNmWlXnXsgefSplCLmapRB9Nm5bOiupX6w3eekxj-0 1058
cogsgpt/cogsmodel/cv/background_remover.py sha256=zhWMX9hSmzuB2h-FpUa4F803yl9q6T0wWgICxMbYsnc 1869
cogsgpt/cogsmodel/cv/form_recognizer.py sha256=a6BYduzg2cfWYOvpk3fAgQMhmKpH9kt1XuG7wiehf6c 5601
cogsgpt/cogsmodel/cv/image_analysis_v3.py sha256=8EVRorI2a3DOBYe7HNJrq9-E1XjVAI2shLd4LhbFkc4 7020
cogsgpt/cogsmodel/cv/image_analysis_v4.py sha256=lUCom7JKNzgeQ6VlHnY3WlyeH_W3qxlDFsfsExOTOiw 6544
cogsgpt/cogsmodel/cv/utils.py sha256=zV-gGpKyev-WA1XHXabnzrIn7JR8G4Yo7Gu2xP9dYmM 2581
cogsgpt/cogsmodel/nlp/__init__.py sha256=8BTedUfL554KhO_legnadOq-7KYHGR363RYNX3z5Lh4 599
cogsgpt/cogsmodel/nlp/text_analysis.py sha256=bbFNEw90hlKyRGwuX9PIbARWLFMOwiwxJjqhPbugkXI 3504
cogsgpt/cogsmodel/nlp/text_generation.py sha256=IG0_zxiPobOIMNzQZrlNTfOdkYH90B5GOogk88SjLwg 1823
cogsgpt/cogsmodel/nlp/text_summarize.py sha256=GxB-NpOp1-symJ0p37DjbUUMYPWGUTpl-2e_1_Lvva0 2219
cogsgpt/cogsmodel/nlp/text_translation.py sha256=wcccbC89-LxNQJcRyuuHHJASgzp914LIRcdPA91TW9w 1710
cogsgpt/cogsmodel/speech/__init__.py sha256=mjsVY_FcdXFS4Aaqm1SCZGIebWW1CGl9c0hZiETJjBk 73
cogsgpt/cogsmodel/speech/speech.py sha256=eLo0KoBtUh9jyjNy_M3MxzycjIUrLRu9ypP39f0w9AE 3926
cogsgpt/metas/generate_response_presteps.json sha256=XNaGsqYRO4wq0y6Z_w_a9SntDWTkqt-z6hXzzoiUmi0 316
cogsgpt/metas/parse_task_presteps.json sha256=-P32hir4VbXfx0ut6HLF6vtLgn88asAtRxbDp8XX5Vg 955
cogsgpt/metas/prompts.yaml sha256=43D8HdScGU40qXbW8bdE1PWhPhlyhuUNvOYuhY98u1k 2195
cogsgpt/metas/task_metas.yaml sha256=GdZVQ0dbFc_UI_tvWUPgQxMqJOca6dHfhU4-Eh94sEc 4718
cogsgpt-1.0.2.dist-info/LICENSE sha256=9vhbP70yNVO-h6PI275IhjEBVH0RC1mepsNVzB38Nrw 1065
cogsgpt-1.0.2.dist-info/METADATA sha256=G83sg59GTgaCnSD8TTU2XMHKE0vCOz-OyFOeswsRVc4 7885
cogsgpt-1.0.2.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
cogsgpt-1.0.2.dist-info/top_level.txt sha256=m3upSEpBo5tsKEfraNP2ocpJNQ2kmSqa9mkwEeB8fX8 8
cogsgpt-1.0.2.dist-info/RECORD

top_level.txt

cogsgpt