From c1ceb87144dfdb5e32a904ec2e4a03942658f43c Mon Sep 17 00:00:00 2001 From: ~pkwolffe <116769499+PhidLarkson@users.noreply.github.com> Date: Sat, 19 Oct 2024 11:19:24 +0000 Subject: [PATCH 1/2] Update README.md Little update --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0caca59..831ced4 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 deveoper contribution guide. + *)`setup.py` -- specify dependencies for added methods here *)`__init__.py` -- * import specification file, does not exist for now... From 1bcfb3e69b0652e3f112b37b3022cdd8320f5076 Mon Sep 17 00:00:00 2001 From: ~pkwolffe <116769499+PhidLarkson@users.noreply.github.com> Date: Sat, 19 Oct 2024 13:14:22 +0000 Subject: [PATCH 2/2] Update README.md correction on contribution.md topic in the key files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 831ced4..0e636ba 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ 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 deveoper contribution guide. +*)`contribution.md` -- Up to date set up and developer contribution guide. *)`setup.py` -- specify dependencies for added methods here