can-01-chatbot


Namecan-01-chatbot JSON
Version 0.4 PyPI version JSON
download
home_pagehttps://github.com/yourusername/can_01_chatbot
SummaryA chatbot that responds in Cantonese using OpenAI and Google Cloud services.
upload_time2024-07-25 15:25:21
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CAN.01 Chatbot

CAN.01 Chatbot is a Python-based chatbot that responds in Cantonese using OpenAI and Google Cloud services.

## Features

- Real-time speech recognition using Google Cloud Speech-to-Text.
- Generates responses using OpenAI's GPT-3.5 model.
- Converts text responses to Cantonese speech using Google Cloud Text-to-Speech.
- Continuous listening and response capabilities.

## Installation

```bash
pip install can_01_chatbot

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/can_01_chatbot",
    "name": "can-01-chatbot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/86/8d/ade2a203070d5b48cc299f11766427c086bfcca08fc45b5fb2e0b80082b4/can_01_chatbot-0.4.tar.gz",
    "platform": null,
    "description": "# CAN.01 Chatbot\n\nCAN.01 Chatbot is a Python-based chatbot that responds in Cantonese using OpenAI and Google Cloud services.\n\n## Features\n\n- Real-time speech recognition using Google Cloud Speech-to-Text.\n- Generates responses using OpenAI's GPT-3.5 model.\n- Converts text responses to Cantonese speech using Google Cloud Text-to-Speech.\n- Continuous listening and response capabilities.\n\n## Installation\n\n```bash\npip install can_01_chatbot\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A chatbot that responds in Cantonese using OpenAI and Google Cloud services.",
    "version": "0.4",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/can_01_chatbot"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3706dee5010d128ab0f46179bdeb9257ed53c565b116f387d896a4ecf55bfd9",
                "md5": "731b0c76ec3fcd8fe8f74e823a3d13af",
                "sha256": "d0fa913a725bd4abd130ad21f4ae455e6b4e9694500a05f979f102b5dac736af"
            },
            "downloads": -1,
            "filename": "can_01_chatbot-0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "731b0c76ec3fcd8fe8f74e823a3d13af",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5761,
            "upload_time": "2024-07-25T15:25:19",
            "upload_time_iso_8601": "2024-07-25T15:25:19.384778Z",
            "url": "https://files.pythonhosted.org/packages/d3/70/6dee5010d128ab0f46179bdeb9257ed53c565b116f387d896a4ecf55bfd9/can_01_chatbot-0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "868dade2a203070d5b48cc299f11766427c086bfcca08fc45b5fb2e0b80082b4",
                "md5": "df97a2faa37a036a25e7768b8dcdd3aa",
                "sha256": "d32ac4e508b7e5ca1e92ad79b1041d89509a87913f32cee2baf8d160bba09041"
            },
            "downloads": -1,
            "filename": "can_01_chatbot-0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "df97a2faa37a036a25e7768b8dcdd3aa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5044,
            "upload_time": "2024-07-25T15:25:21",
            "upload_time_iso_8601": "2024-07-25T15:25:21.571467Z",
            "url": "https://files.pythonhosted.org/packages/86/8d/ade2a203070d5b48cc299f11766427c086bfcca08fc45b5fb2e0b80082b4/can_01_chatbot-0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-25 15:25:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "can_01_chatbot",
    "github_not_found": true,
    "lcname": "can-01-chatbot"
}
        
Elapsed time: 0.72524s