autotranscribe


Nameautotranscribe JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/DeveshParagiri/auto-transcribe
SummaryAn auto transcription service for youtube and normal videos.
upload_time2023-04-10 06:09:50
maintainer
docs_urlNone
authorDevesh Paragiri
requires_python>=3.8,<4.0
licenseMIT
keywords transcription text speech to text
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Autotranscribe

Autotranscribe is a simple library to convert video/audio to text. The library currently supports transcription of youtube files as well as implementing multiprocessing for faster transcription. It is built around the OpenAI whisper model.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install autotranscribe.

```bash
pip install autotranscribe
```

## Usage

```python
import autotranscribe

# Transcribe a youtube file with basic functionality.
autotranscribe.transcribe_from_youtube(url,'transcripts/transcript.txt', multiproc = True)
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DeveshParagiri/auto-transcribe",
    "name": "autotranscribe",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "transcription,text,speech to text",
    "author": "Devesh Paragiri",
    "author_email": "devesh.paragiri@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a9/d3/75f7897512c2958606fb22e1121c7c628a035f5ae9b09aea3f2abe5cc451/autotranscribe-0.1.5.tar.gz",
    "platform": null,
    "description": "# Autotranscribe\n\nAutotranscribe is a simple library to convert video/audio to text. The library currently supports transcription of youtube files as well as implementing multiprocessing for faster transcription. It is built around the OpenAI whisper model.\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install autotranscribe.\n\n```bash\npip install autotranscribe\n```\n\n## Usage\n\n```python\nimport autotranscribe\n\n# Transcribe a youtube file with basic functionality.\nautotranscribe.transcribe_from_youtube(url,'transcripts/transcript.txt', multiproc = True)\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An auto transcription service for youtube and normal videos.",
    "version": "0.1.5",
    "split_keywords": [
        "transcription",
        "text",
        "speech to text"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a06d7ad2c8e1e8fd1d51868b57a7495602f3808e842da7eb60794f3c880bd5b6",
                "md5": "56810b0ec9bb4c06b555d6801081ba20",
                "sha256": "490289508d59b41a181c7df28b763e10695dee8c4fe53df6efeb18ce1639d04f"
            },
            "downloads": -1,
            "filename": "autotranscribe-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "56810b0ec9bb4c06b555d6801081ba20",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 6174,
            "upload_time": "2023-04-10T06:09:48",
            "upload_time_iso_8601": "2023-04-10T06:09:48.836879Z",
            "url": "https://files.pythonhosted.org/packages/a0/6d/7ad2c8e1e8fd1d51868b57a7495602f3808e842da7eb60794f3c880bd5b6/autotranscribe-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9d375f7897512c2958606fb22e1121c7c628a035f5ae9b09aea3f2abe5cc451",
                "md5": "164bb996787ad191a8b64583cfe78a74",
                "sha256": "6bd8210ab431c37068599fe2082a196c1a28ec75fd135714383fa6c8cdfa0bf0"
            },
            "downloads": -1,
            "filename": "autotranscribe-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "164bb996787ad191a8b64583cfe78a74",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 4513,
            "upload_time": "2023-04-10T06:09:50",
            "upload_time_iso_8601": "2023-04-10T06:09:50.663710Z",
            "url": "https://files.pythonhosted.org/packages/a9/d3/75f7897512c2958606fb22e1121c7c628a035f5ae9b09aea3f2abe5cc451/autotranscribe-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-10 06:09:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "DeveshParagiri",
    "github_project": "auto-transcribe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "autotranscribe"
}
        
Elapsed time: 0.05499s