Skip to content

jwyeeh-dev/CochlScribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Cover of CochlScribe

CochlScribe

CochlScribe is Auto-Captioner which make Closed Caption that include Emotional background sounds.

🦾 The Flow of CochlScribe

2nd flow of CochlScribe

⚙️ Setup

1. Create Python 3.8 Environment

conda create --name cochlscribe python=3.8
conda activate cochlscribe

2. Install this repo

git clone https://github.com/jwyeeh-dev/CochlScribe.git

If already installed, update package to most recent commit

git clone https://github.com/jwyeeh-dev/CochlScribe.git --upgrade

If wishing to modify this package, clone and install in editable mode:

$ git clone https://github.com/jwyeeh-dev/CochlScribe.git
$ cd CochlScribe
$ pip install -e .

3. Install Pre-requisite

pip install -r requirements.txt

How to Use

python cochlscribe.py -iv [input_path] -o [output_path] -ot [output_type] -it [input_type] -f [font_path]

Citation

@software{Cochl_cochlscribe_2023,
  author = {Hwang, Jaeyeong},
  month = {10},
  title = {{Cochl.Scribe}},
  url = {https://github.com/jwyeh-dev/CochlScribe},
  version = {1.0.0},
  year = {2023}
}

About

The baseline code of Auto-Captioner with Cochl.Sense and ASR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages