Update README.md
Browse files
README.md
CHANGED
@@ -78,7 +78,7 @@ This bilingual implementation allows users to work with text in either Arabic or
|
|
78 |
|
79 |
To run this project locally, you need Python 3.7 or higher. You also need to install the following Python libraries:
|
80 |
|
81 |
-
|
82 |
pip install gradio
|
83 |
pip install transformers
|
84 |
pip install torch
|
@@ -92,7 +92,7 @@ Torch: PyTorch, the backend used for model inference.
|
|
92 |
Graphviz: Used to create and render the concept map.
|
93 |
Pillow: A Python Imaging Library (PIL) used to handle image output for the concept map.
|
94 |
|
95 |
-
Example Usage
|
96 |
Input:
|
97 |
Text: "Artificial intelligence is a branch of computer science that aims to create intelligent machines that work and react like humans."
|
98 |
Language: English
|
|
|
78 |
|
79 |
To run this project locally, you need Python 3.7 or higher. You also need to install the following Python libraries:
|
80 |
|
81 |
+
|
82 |
pip install gradio
|
83 |
pip install transformers
|
84 |
pip install torch
|
|
|
92 |
Graphviz: Used to create and render the concept map.
|
93 |
Pillow: A Python Imaging Library (PIL) used to handle image output for the concept map.
|
94 |
|
95 |
+
## Example Usage
|
96 |
Input:
|
97 |
Text: "Artificial intelligence is a branch of computer science that aims to create intelligent machines that work and react like humans."
|
98 |
Language: English
|