Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurianbenoy/reading_like_ai
https://github.com/kurianbenoy/reading_like_ai
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kurianbenoy/reading_like_ai
- Owner: kurianbenoy
- License: mit
- Created: 2020-11-02T19:16:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T18:10:53.000Z (about 4 years ago)
- Last Synced: 2024-10-15T00:02:50.680Z (3 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spelling words like AI
![image](https://user-images.githubusercontent.com/24592806/100549700-93259c00-329a-11eb-83af-d6bd84c346ce.png)
This project is inspired from a popular meme which consisted of will AI systems count numbers. For eg:
1999 - Nineteen Ninty Nine
1888 - Eighteen Eighty Eight
1111 - Eleven Eleven,
No folks, AI is more cooler. It's => **Eleventeen Onety One**
Build based actually is one of the Rules of Machine Learning, ie Rule #7: Turn heuristics into features, or handle them externally. [Source](https://developers.google.com/machine-learning/guides/rules-of-ml)
## Installation
`python -m pip install numbersai==0.0.1`
## Usage
```
>> from nosai.numbers import spell
>> spell(1111)
'Eleventeen Onety one'
```