Closed jo-elimu closed 3 months ago
The recent changes enhance the documentation to better illustrate the machine learning model's capabilities in multilingual contexts. A new section confirms that the reading level prediction model for English storybooks is also applicable to Hindi storybooks, showcasing the model's versatility. Additionally, a link to the relevant project for further exploration of storybook reading level prediction has been included, enriching the content without modifying existing functionality.
Files | Change Summary |
---|---|
SOFTWARE_ARCHITECTURE.md | Enhanced descriptions of machine learning model capabilities, added section for Hindi storybooks, included project link. |
sequenceDiagram
participant User
participant Model
participant ProjectLink
User->>Model: Request reading level prediction for English storybook
Model-->>User: Return predicted reading level
User->>Model: Request reading level prediction for Hindi storybook
Model-->>User: Return predicted reading level
User->>ProjectLink: Access additional project information
Summary by CodeRabbit