Skip to content
Snippets Groups Projects
Commit bb7c9124 authored by huongdm1896's avatar huongdm1896
Browse files

reorder step

parent d54ce8a4
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,13 @@ The repository includes an example of Flower (using TensorFlow) in the `Flower_v ...@@ -23,6 +23,13 @@ The repository includes an example of Flower (using TensorFlow) in the `Flower_v
## Installation ## Installation
Clone the repository and navigate to the `eflwr` directory:
```bash
git clone https://gitlab.irit.fr/sepia-pub/delight/eflwr.git
cd eflwr
```
This framework requires: This framework requires:
- **Python 3.9.2** or higher. - **Python 3.9.2** or higher.
- Additional dependencies listed in `requirements.txt`. Install them with: - Additional dependencies listed in `requirements.txt`. Install them with:
...@@ -31,12 +38,10 @@ This framework requires: ...@@ -31,12 +38,10 @@ This framework requires:
``` ```
*Note:* `requirements.txt` includes TensorFlow for running the provided Flower example. *Note:* `requirements.txt` includes TensorFlow for running the provided Flower example.
Navifate to `Run` directory:
Clone the repository and navigate to the `Run` directory:
```bash ```bash
git clone https://gitlab.irit.fr/sepia-pub/delight/eflwr.git cd Run
cd eflwr/Run
``` ```
## Usage ## Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment