Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
git clone https://github.com/ZIADEA/SmartWebScraper-CV.git https://github.com/elm19/goldspot-predictor.git
cd SmartWebScraper-CV
```

2. Install the main dependencies:
```bash
pip install -r requirements.txt
```

This file lists every package needed to develop and train the project. If you only want to run the local application located under `LocalApp/SMARTWEBSCRAPPER-CV`, install the requirements found in that folder instead.



Expand Down
2 changes: 1 addition & 1 deletion docs/source/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Structure du dépôt

SmartWebScraper-CV/
├── README.md # Présentation du projet
├── requirement.txt # Dépendances du projet
├── requirements.txt # Dépendances du projet
├── notebooks/ # Tests et démonstrations
├── script/ # Scripts de traitement
├── modelExternUtiliser/ # Modèles pré-entraînés
Expand Down
4 changes: 3 additions & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ Installation des dépendances

python -m venv venv
source venv/bin/activate # ou venv\\Scripts\\activate sous Windows
pip install -r requirement.txt
pip install -r requirements.txt

Ce fichier contient toutes les dépendances nécessaires au développement et à l'entraînement du projet. L'application Web située dans ``LocalApp/SMARTWEBSCRAPPER-CV`` possède son propre fichier ``requirements.txt`` dédié à son exécution locale.

environment activation
--------------------
Expand Down
File renamed without changes.