When we finished training our model, we had to find a way for people to use it. We decided to create a WebSite so users can interact with the model. The interface is very easy to handle and very user friendly. The algorithm of using it very understandable: 1.Give permission to website to use the camera 2.Click the "Translate" button 3.Receive the Translation The hardest part was that we had to continuously send video-data to the model that is in the backend side. At that time I didn't know the technology that couldn't do it. Then I discovered the WebSocket technology that can create continuous, bidirectional connection between user and server.