-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #43
base: master
Are you sure you want to change the base?
Update README.md #43
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Alright so we should make reference to: |
||
|
||
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... | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah that sounds like a plan. we can include that in a section "further reading". give it a try and lets review together