Skip to content

Commit

Permalink
renaming to amondin
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-roethig-db committed Apr 15, 2024
1 parent c7dae2c commit c96b899
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion transcription_tool/tools.py → amondin/tools.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Module containing useful tools for the transcription_tool
Module containing useful tools for the amondin
"""

import yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

import pandas as pd

from transcription_tool.diarize_speakers import diarize_speakers
from transcription_tool.speech2text import speech2text
from amondin.diarize_speakers import diarize_speakers
from amondin.speech2text import speech2text


def transcribe(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


setup(
name="transcription_tool",
name="amondin",
version="0.0.1",
author="Tim Röthig",
packages=find_packages(),
Expand Down
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from transcription_tool import get_secret, diarize_speakers, speech2text, transcribe, convert_audio_to_wav
from amondin import get_secret, diarize_speakers, speech2text, transcribe, convert_audio_to_wav


# print(diarize_speakers("./data/sample.wav", hf_token=get_secret("./secrets.yaml", "hf-token")))
Expand Down

0 comments on commit c96b899

Please sign in to comment.