KO
|
EN
gitlite โ search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
resemble-node
โ 15
Open GitHub โ
resemble.ai API SDK
Download README (.md)
Explore Similar Repositories
Stream-Music
:
Advanced Group & Channel Music Player ๐ต
java-swing-switch-button
:
No description available.
platformsh-symfony-template
:
No description available.
loxer
:
A middleware logger that helps you make informational beauitiful logs exactly when you need them and in a way that it would be unnessecary to delete them.
ics_solutions
:
No description available.
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
resemble-node
?
Download (.md)
# resemble.ai API [resemble.ai](https://resemble.ai) is a state-of-the-art natural voice cloning and synthesis provider. Best of all, the platform is accessible by using our public API! Sign up [here](https://app.resemble.ai) to get an API token! This repository hosts a NodeJS library for convenient usage of the [Resemble API](https://docs.resemble.ai). ## Quick Start ```sh npm install @resemble/node # or yarn add @resemble/node ``` See documentation at [docs.resemble.ai](docs.resemble.ai). ## Features - Typescript definitions - Works with NodeJS, Deno, and the browser! - Supports the V2 API - Deepfake detection for audio, image, and video files ## Test! ``` npm run test ``` ## Publishing 1. `git status`: Make sure your working directory has no pending changes. 2. Update the version key in `package.json` 3. `git commit`: Commit this version change. 4. Publish to npmjs.org: ```sh npm run build npm publish ```