Skip to content

AntChange-99/01-HoloElbow-ComputerVisionModule

Repository files navigation

HoloElbow-ComputerVisionModule

Computer Vision Module of HoloElbow Project Thesis of Antonio Cangelosi and Giacomo Riberi

Setup Instructions

Follow the steps below to set up your development environment for the HoloElbow-ComputerVisionModule.

Prerequisites

Ensure you have Conda installed on your system.

Step-by-Step Guide

  1. Clone the Repository

    First, clone the repository to your local machine using Git:

    git clone https://github.com/Antocg99/01-HoloElbow-ComputerVisionModule.git
    cd HoloElbow-ComputerVisionModule
  2. Create the Conda Environment

    Create the Conda environment and install all necessary dependencies by running the following commands:

    conda env create -f environment.yml
  3. Activate the Conda Environment

    Activate the newly created Conda environment:

    conda activate holoelbow-cv-env

Verification

To verify that the setup was successful, you can run a test script or check the installed packages:

python -c "import numpy; import pandas; import flask; print('All dependencies are installed correctly')"

Additional Information

  • If you encounter any issues during the setup, please refer to the Conda documentation or open an issue in this repository.
  • For more detailed instructions on using the module, refer to the Usage Guide.

Usage Guide

(Include a brief guide or link to a detailed documentation on how to use your module here.)

Contributing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published