Get in touch
or send us a question?
CONTACT

Technology

post-image

This document is tutorial using speech to text function to use in react native. First I will show you the […]

post-image

Overview This document is describe about age and gender estimation technology based on Convolutional Neural Network and TensorFlow. This is a TensorFlow […]

post-image

1. OVERVIEW Docker is the company driving the container movement and the only container platform provider to address every application […]

post-image

Install and create HelloWorld sample 1. Environment .OS: Centos 7.x .Framework: Flask .Python 2.7 [root@localhost ~]# python -V Python 2.7.5 […]

post-image

Recommendation engines help narrow your choices to those that best meet your particular needs. In this post, we’re going to […]

post-image

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 […]

post-image

Go to Products -> Scheme -> Edit Scheme -> Select the Run tab -> Change the build configuration to Release […]

post-image

1.Add ref to your TextInput, for example: <TextInput ref={input => { this.textInput = input }} /> 2.then call this.textInput.clear() to […]

post-image

componentDidMount() { this.nameFocus .focus(); } <TextInput ref={(input) => { this.nameFocus = input; }} />

91011