Skip to content

2024/25 Undergraduate Research Program - This repository contains the code and artifacts developed during my 24/25 research program.

Notifications You must be signed in to change notification settings

rafaseto/lithofacies-classification-from-image-logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lithofacies Classification From Image Logs

Table of Contents


Prerequisites

To work on this project, ensure you have the following installed:

  • Python 3.9 or above
  • Git (for cloning the repository)

Setting Up the Environment

  1. Clone the repository:

    git clone https://github.com/rafaseto/lithofacies-classification-from-image-logs.git 
    cd lithofacies-classification-from-image-logs
  2. Create a virtual environment in the project directory:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows:
      venv\Scripts\activate
    • On macOS/Linux:
      source venv/bin/activate

Installing Dependencies

With the virtual environment activated, install the required packages:

pip install -r requirements.txt

About

2024/25 Undergraduate Research Program - This repository contains the code and artifacts developed during my 24/25 research program.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published