This repository contains the complete source code for the Vision Walk system.
View Demo
.
Report Bug
.
Request Feature
.
Teaser Video Youtube Link
.
Teaser Video Drive Link
Three components of Vision Walk are:
The development of the application was made possible by following tools and technologies.
To get a local copy up and running follow these steps.
python3 -m venv <venv-name>
source <venv-name>/bin/activate
pip install transformers torch pillow flask
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install cocoapods
brew install ngrok/ngrok/ngrok
Install Xcode, command line tools and the iOS SDK.
Generate Ngrok auth key from the ngrok website.
Enter your ngrok API key
ngrok config add-authtoken <your-auth-key>
https://github.com/shashank6341/Vision-Walk-HCI.git
Navigate to the repository
Install PODS in the iOS folder.
pods install
Run the project with Vision Walk.xcworkspace
git clone https://github.com/your_username_/Project-Name.git
python3 blip_caption_server.py
ngrok http <port-no>
The system is in experimental stage and can infer incorrect results. Please test the system in safe environments.
Launch the system and it will automatically capture the surrounding environments. Test across various scenarios and raise a new issues incase you encounter any issues or have improvements suggestion.
Add system demo images For more examples, please refer to the Documentation
See the [open issues](https://github.com/shashank6341/Vision Walk HCI/issues) for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
Create a new branch for each new feature or a sub-feature for easy debugging.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)