Skip to content

Commit

Permalink
Merge pull request #19 from bklynhlth/1.2.x
Browse files Browse the repository at this point in the history
1.2.x
  • Loading branch information
anzarabbas authored Jun 15, 2023
2 parents 52d9f13 + d2a6942 commit 7d72bbe
Show file tree
Hide file tree
Showing 39 changed files with 1,497 additions and 1,805 deletions.
7 changes: 4 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include RELEASE.md
include requirements.txt
include openwillis/features/audio/config/acoustic.json
include openwillis/features/video/config/facial.json
include openwillis/features/speech/config/speech.json
include openwillis/measures/audio/config/acoustic.json
include openwillis/measures/video/config/facial.json
include openwillis/measures/audio/config/speech.json
include openwillis/measures/text/config/text.json
9 changes: 5 additions & 4 deletions openwillis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
# website: http://www.bklynhlth.com

# import the required packages
from .usability import sum_num

from openwillis.features.api import (
from openwillis.measures.api import (
facial_expressivity,
emotional_expressivity,
vocal_acoustics,
speech_transcription,
speech_characteristics,
speaker_separation
speaker_separation,
speech_transcription_cloud,
to_audio
)

__all__ = ["facial_expressivity", "vocal_acoustics", "emotional_expressivity", "speech_transcription", "speech_characteristics", "speaker_separation"]
__all__ = ["facial_expressivity", "vocal_acoustics", "emotional_expressivity", "speech_transcription", "speech_characteristics", "speaker_separation", "speech_transcription_cloud", "to_audio"]
16 changes: 0 additions & 16 deletions openwillis/features/api.py

This file was deleted.

5 changes: 0 additions & 5 deletions openwillis/features/audio/__init__.py

This file was deleted.

13 changes: 0 additions & 13 deletions openwillis/features/speech/__init__.py

This file was deleted.

75 changes: 0 additions & 75 deletions openwillis/features/speech/aws_transcribe.py

This file was deleted.

Loading

0 comments on commit 7d72bbe

Please sign in to comment.