Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 746 Bytes

File metadata and controls

18 lines (14 loc) · 746 Bytes

example birdcache usage (v3)

requirements

  • you need an api key.
  • you need python3 installed and very simple terminal usage.

how to run

  1. clone this repository git clone https://github.com/aflorithmic/birdcache_examples
  2. get into the folder cd birdcache_examples
  3. create a virtual env python3 -m venv venv
  4. activate the virtual env source venv/bin/activate
  5. install the python dependencies pip3 install -r requirements.txt
  6. open birdcache.py file and put your api key and your voice name
  7. run the code python3 birdcache_v3.py
  8. you may edit the text and personalisation parameters in the file at top.
  9. the next time you run the code for the same sentences, they will be cached and retrieved immediately