To work on this project, ensure you have the following installed:
- Python 3.9 or above
- Git (for cloning the repository)
-
Clone the repository:
git clone https://github.com/rafaseto/lithofacies-classification-from-image-logs.git cd lithofacies-classification-from-image-logs
-
Create a virtual environment in the project directory:
python -m venv venv
-
Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
With the virtual environment activated, install the required packages:
pip install -r requirements.txt