Computer Vision Module of HoloElbow Project Thesis of Antonio Cangelosi and Giacomo Riberi
Follow the steps below to set up your development environment for the HoloElbow-ComputerVisionModule.
Ensure you have Conda installed on your system.
-
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 -
Create the Conda Environment
Create the Conda environment and install all necessary dependencies by running the following commands:
conda env create -f environment.yml
-
Activate the Conda Environment
Activate the newly created Conda environment:
conda activate holoelbow-cv-env
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')"- 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.
(Include a brief guide or link to a detailed documentation on how to use your module here.)