https://github.com/cr2007/cambai-python
Python Client Library for the CambAI API
https://github.com/cr2007/cambai-python
api-client camb-ai camb-ai-api dubbing-ai pip-install pypi-package python python-library text-to-speech
Last synced: 6 months ago
JSON representation
Python Client Library for the CambAI API
- Host: GitHub
- URL: https://github.com/cr2007/cambai-python
- Owner: cr2007
- Created: 2024-05-27T07:45:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-28T15:36:36.000Z (about 1 year ago)
- Last Synced: 2024-11-17T11:12:24.273Z (about 1 year ago)
- Topics: api-client, camb-ai, camb-ai-api, dubbing-ai, pip-install, pypi-package, python, python-library, text-to-speech
- Language: Python
- Homepage: https://pypi.org/project/cambai/
- Size: 153 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Camb AI API Wrapper
[](https://badge.fury.io/py/cambai)

This is a Python wrapper for the [Camb.ai](https://camb.ai) API. It is designed to make it easy to interact with the API from Python.
> [!IMPORTANT]
> This library is still in active development.
> There will be some fixes and improvements to be made.
## Index
- [Installation](#installation)
- [Usage](#usage)
## Installation
To install the CambAI API Wrapper, you can use `pip` to install:
```bash
# Install from PyPI
pip install cambai
```
## Usage
Checkout the '[**examples**](https://github.com/cr2007/cambai-python/tree/master/examples)' directory for examples on how to use the CambAI API Wrapper.