diff --git a/README.md b/README.md index 0caca59..0e636ba 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Kasa -English to Twi translation library/system being put together by the Ghana NLP team. +A python library/system to interact with the African language translation, STT (Speech to Text) and TTS (Text to Speech) models put together by the Ghana NLP team. # Quickstart -Install Kasa directly from online link: +To use this, install Kasa directly from online link: 1. `pip install git+https://github.com/GhanaNLP/kasa` @@ -61,6 +61,8 @@ It is helpful to know the function of the following files when contributing: *)`HISTORY.md` -- what functionality was added during each version/release, and what is planned to be added next/in the near future. +*)`contribution.md` -- Up to date set up and developer contribution guide. + *)`setup.py` -- specify dependencies for added methods here *)`__init__.py` -- * import specification file, does not exist for now...