Skip to content

A ChatBot for real estate based on Swift and Watson services

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
License.txt
Notifications You must be signed in to change notification settings

sanjeevghimire/RealEstate-Bot

RealEstate-Bot

A ChatBot for real estate based on Swift and Watson services

Real Estate Bot

Steps to Execute

  1. Create Credentials for Conversation services

  2. Create Credentials for Text-To-Speech services

  3. Create Credentials for Speech-To-Text services

  4. update the credentials.swift file

public struct Credentials {
    
    public static let ConversationUsername = “<conversation username>"
    public static let ConversationPassword = “<conversation password>"
    public static let ConversationWorkspace = “<conversation workspace id>"
    public static let SpeechToTextUsername = “<speech to text username>”
    public static let SpeechToTextPassword = “<speech to text password>"
    public static let TextToSpeechUsername = “<text to speech username>"
    public static let TextToSpeechPassword = “<text to speech password>"

}

  1. Open the project in Xcode
  2. Voila!

For more details see my blog here

About

A ChatBot for real estate based on Swift and Watson services

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
License.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published