Edit model card

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

INSTALLATION

To get started with the FridgeIT pipelines from Hugging Face, please follow the steps below:

  1. Create the directory where you want to clone the FridgeIT pipelines repository.
  2. Open the terminal and navigate to the directory you just created or open the terminal from this directory.
  3. Run the following command to install Git Large File Storage (LFS) for handling large files:
    git lfs install
    
  4. Clone the Hugging Face repository by running the following command:
    git clone https://huggingface.co/coralavital/fridgeIT_pipeline
    
  5. Open your workspace from the fridgeIT_pipeline directory.
  6. In the workspace, open the terminal, and execute the following commands:
    • Create a new Python virtual environment:
      python3.9 -m venv venv
      
    • Activate the virtual environment: On macOS/Linux:
      source venv/bin/activate
      
      On Windows:
      venv\Scripts\activate.bat
      
    • Install necessary dependencies:
      pip3 install -r requirements.txt
      
  7. After completing the installation steps, you can run the FridgeIT pipelines from the Python file named "process.py" inside the "pipelines" directory in your workspace.
Downloads last month

-

Downloads are not tracked for this model. How to track
Unable to determine this model's library. Check the docs .