Conversation
Little update
Lagyamfi
left a comment
There was a problem hiding this comment.
hi @PhidLarkson Thanks for this. I have made some minor suggestions. Let me know if you have any questions.
| @@ -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. | |||
There was a problem hiding this comment.
we will have to add more details here. For now the main idea is for the library to expose NLP tools for Low-resourced languages with a focus on African Languages. You can then include some minor details of features we have now, such as a module (khaya) for accessing the APIs.
There was a problem hiding this comment.
Alright I have taken this into consideration, can I give a good summary of how the NLP tools work and then prolly link up a blog series I am putting together to go into more details on it?
Check it out here
https://pkwolffe.hashnode.dev/series/build-with-ghananlp
There was a problem hiding this comment.
yeah that sounds like a plan. we can include that in a section "further reading". give it a try and lets review together
|
|
||
| # Quickstart | ||
| Install Kasa directly from online link: | ||
| To use this, install Kasa directly from online link: |
There was a problem hiding this comment.
Since this is on pypi, we should be able to install with pip as well as from source. these options should be included
There was a problem hiding this comment.
Alright so we should make reference to:
pip install Kasa
...rather than calling the github repository
README.md
Outdated
|
|
||
| *)`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. |
correction on contribution.md topic in the key files
Little update