Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
Hi, this is Nayon.
|
| 5 |
-
ShapeAnnotator (./shapes-v1.pkl) is my first machine learning–based AI model that can identify basic geometrical shapes such as triangle, circle, and rectangle.
|
| 6 |
For best accuracy, you should use pure black-and-white images as shown in the example.
|
| 7 |
Here's the python code and example.
|
| 8 |
```python
|
|
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
Hi, this is Nayon.
|
| 5 |
+
ShapeAnnotator ([shapes-v1.pkl](./shapes-v1.pkl)) is my first machine learning–based AI model that can identify basic geometrical shapes such as triangle, circle, and rectangle.
|
| 6 |
For best accuracy, you should use pure black-and-white images as shown in the example.
|
| 7 |
Here's the python code and example.
|
| 8 |
```python
|