Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,11 @@ This project provides a Command Line Interface (CLI) for interacting with a Fast
|
|
| 11 |
|
| 12 |
Before running the script, ensure you have Python installed on your system. Additionally, you'll need to install the FastText library:
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
```bash
|
| 15 |
pip install fasttext
|
| 16 |
```
|
|
|
|
| 11 |
|
| 12 |
Before running the script, ensure you have Python installed on your system. Additionally, you'll need to install the FastText library:
|
| 13 |
|
| 14 |
+
## Colab
|
| 15 |
+
|
| 16 |
+
[Google Colab Notebook](https://colab.research.google.com/drive/1jX1NShX7MzJnuL2whHNOA39Xu-meQ1ap?usp=sharing)
|
| 17 |
+
|
| 18 |
+
|
| 19 |
```bash
|
| 20 |
pip install fasttext
|
| 21 |
```
|