This document is tutorial using speech to text function to use in react native. First I will show you the […]
Overview This document is describe about age and gender estimation technology based on Convolutional Neural Network and TensorFlow. This is a TensorFlow […]
1. OVERVIEW Docker is the company driving the container movement and the only container platform provider to address every application […]
Install and create HelloWorld sample 1. Environment .OS: Centos 7.x .Framework: Flask .Python 2.7 [root@localhost ~]# python -V Python 2.7.5 […]
Recommendation engines help narrow your choices to those that best meet your particular needs. In this post, we’re going to […]
Overview This document is describe about open source of face recognition demo using machine learning. Built using dlib‘s state-of-the-art face recognition built […]
Go to Products -> Scheme -> Edit Scheme -> Select the Run tab -> Change the build configuration to Release […]
1.Add ref to your TextInput, for example: <TextInput ref={input => { this.textInput = input }} /> 2.then call this.textInput.clear() to […]