You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Python client for SLASHML. It lets you run transcription jobs from your Python code or Jupyter notebook.
4
+
5
+
Grab your token from [https://www.slashml.com/dashboard/](>settings> new api key) and authenticate by setting it as an environment variable (or when you initialize the service, see examples):
6
+
```
7
+
export SLASHML_API_KEY=[token]
8
+
```
9
+
10
+
-- update from this part, include examples, sign up, token, service providers, type of servies, benchmarking, link to pricing, Tutorial examples/examples
11
+
12
+
13
+
SDK for SlashML documentation:
14
+
- methods: upload_audio, transcribe, status
15
+
16
+
Steps to Integrate
17
+
1 - (Optional) Upload files where the data points to your audio file
0 commit comments