Intenseye Bogazici University Tech Summit Workshop
This application is for demonstration of how to run deep learning models on the browser using javascript and Tensorflow.js
To run the demo please visit https://intenseye.github.io/intenseye-boun-workshop/.
This project was bootstrapped with Create React App. For more information about how to run it please visit the link. In order to run the app in the development mode, you can run :
npm install
npm start
Open http://localhost:3000 to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console. Multiple pretrained models are included in the repository as url.
In this repository we are using Keras models. If you wish to use your own model you can reference to this link to convert your own models.
Intenseye is deep learning powered video analytics platform @intenseye – [email protected] For more information https://intenseye.com/.
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
For more information about how to train, obtain or understand these models you can check out this awesome repository