- Cloud Foundry (Go Runtime): Cloud Foundry is an open-source platform as a service (PaaS) that provides you with a choice of clouds, developer frameworks, and application services.
- Golang: Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
- Knowledge Studio: Teach Watson the language of your domain with custom machine learning models that identify entities and relationships unique to your industry in unstructured text.
- Natural Language Understanding: Use advanced NLP to analyze text and extract meta-data from content such as concepts, entities, keywords, categories, sentiment, emotion, relations, and semantic roles.
- React: A declarative, efficient, and flexible JavaScript library for building user interfaces.
You need to install Node.js, React and Golang before you run all commands below.
cd website
npm install
npm run build
cd ..
go mod download
go mod vendor
go run main.go
Copyright 2019 Victor Shinya
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.