5. Go to the 'caption-app' directory and run npm install and npm run start(if this throws error, try installing react-scripts directly:
'npm install react-scripts --save-dev' and 'npm run start'). A react app will run on port 3000 and open in default browser, allow camera access.
7. Staying in the root directory run source venv/bin/activate then again run 'python3 app.py'. A python app for image captioning will run.(run pip install -r requirements.txt to install python dependencies)
##ARCHITECTURE