-
Navigate to the
ImageRecognitionServer
directory:cd ImageRecognitionServer
-
Start the server:
python imagerecognition.py
-
Navigate to the
main
directory:cd main
-
Start the server:
python main.py
-
Navigate to the
App
directory:cd App
-
Install dependencies:
npm install
-
Configure the environment:
- Open the
.env
file. - Add the local network address of your backend servers.
- Open the
-
Start the app:
npx expo start -c
- Navigate to the
processing
directory. - Open any
.pde
file. - Start the script in the Processing IDE.
By following these steps, you should be able to set up and run the Image Recognition Server, the main server, the app, and start processing scripts.