Giter Club home page Giter Club logo

ibm / cognitiveconcierge Goto Github PK

View Code? Open in Web Editor NEW
94.0 24.0 52.0 34.72 MB

WARNING: This repository is no longer maintained :warning: This repository will not be updated. The repository will be kept available in read-only mode.

Home Page: https://developer.ibm.com/patterns/build-a-cognitive-recommendation-app-with-swift/

License: Apache License 2.0

Makefile 0.67% Swift 98.51% Ruby 0.13% Shell 0.69%
ict bluemix swift ibm-bluemix ibm-cloud ios-app ios-swift ios-tutorial ibm-watson-services ibmcode call-for-code

cognitiveconcierge's Issues

Problem with swift version of framework and with downloading WDC sdk

$ carthage update --platform iOS
*** Downloading ios-sdk.framework binary at "v0.10.0"
*** Skipped installing ios-sdk.framework binary due to the error:
	"Incompatible Swift version - framework was built with 3.0.1 and the local version is 3.0.2."
*** Checking out ios-sdk at "v0.10.0"
*** xcodebuild output can be found in /var/folders/5g/80t605ps16xc2n03ldw25gmm0000gp/T/carthage-xcodebuild.YhpVMD.log
xcodebuild timed out while trying to read WatsonDeveloperCloud.xcodeproj 😭

Carthage update fails because of a timeout.

Sentiment data does not look accurate

To reproduce --

  • Occasion: Anniversary
  • Location: Las Vegas
  • Restaurant: Grand Lux Cafe (5th option)

Note that positive sentiments include "kids", and negative includes "husband". That was unexpected for the anniversary occasion.

image

iOS Build failed due to SpeechRecognitionResults

After cloning and following the steps provided, the iOS build failed. I tried to look through some of the errors and i found in /Controllers/MessagesViewController/MessageViewModel on line 220. I get an error related to SpeechRecognitionResults. Specifically results.bestTranscript, looking through the documentation(https://www.ibm.com/watson/developercloud/speech-to-text/api/v1/#recognize_sessionless_nonmp12) and scrolling down to SpeechRecognitionResults object. There is no .bestTranscript

Am i the only one who is having this problem?

Tutorial is flawed

Trying to follow along in the tutorial:
https://github.com/IBM-MIL/CognitiveConcierge

step:
4. Once the project is cloned, open up the .xcodeproj file that was created for you in ICT under Local Server Repository. Edit the Sources/restaurant-recommendations/main.swift file's Constants struct with your own Google API Key for Web.

Can't edit 'main.swift' because it DOESN'T EXIST.

How can the tutorial be this far off?

It looks like there was an update a few days ago to the code.... don't they cross-check code updates to the actual tutorial so that they are in sync ?

Very frustrating and disappointing.

:(

Compilation error

Hi there,

After doing necessary carthage update and pod install, it shows compilation error.
screen shot 2017-11-02 at 2 50 39 pm

carthage update --platform iOS fails

Following the instructions

From Terminal, change directories into the YourProjectName/CognitiveConcierge-iOS folder and run the following command to install the necessary dependencies (This may take some time):

this error is raised:

$ carthage update --platform iOS
*** Cloning swift-sdk
*** Cloning Starscream
*** Checking out Starscream at "3.0.5"
*** Checking out swift-sdk at "v0.29.0"
*** xcodebuild output can be found in /var/folders/cs/560yb9sn0xv9h_gw47z5l1140000gn/T/carthage-xcodebuild.W7WOKH.log
*** Downloading swift-sdk.framework binary at "v0.29.0"
*** Skipped building Starscream due to the error:
Dependency "Starscream" has no shared framework schemes for any of the platforms: iOS

If you believe this to be an error, please file an issue with the maintainers at https://github.com/daltoniam/Starscream/issues/new

Carthage update command fails while trying via brew

FYI..
The command : carthage update --platform iOS fails with an error show below post the brew update and brew install carthage. Works fine when carthage is installed via .pkg

dyld: Library not loaded: @rpath/CarthageKit.framework/CarthageKit
Referenced from: /usr/local/bin/carthage
Reason: image not found
Abort trap: 6

May be the same issue mentioned in this link

"Use legacy swift version" error when building in Xcode 8.2

The latest repo has been updated to Swift 3, but does not build. I get this error:

Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly

Deploy to IBM Cloud button doesn't provision the required services

The manifest.yml file [included in the repo] is parsed to obtain the name of the application, configuration details, and the list of services that should be provisioned.
There are no services listed in manifest.yml and therefore no service instances are provisioned after deployment has completed. Looks like the instructions need to be updated.

Selecting Restaurants collection cell error

When select the restaurants Collection cell I'm getting this error:

RestKit was compiled with optimization - stepping may behave oddly; variables may not be available.

Any suggest ?

Carthage issue building the first time

Wouldn't build on my machine, with unhelpful NSInternalInconsistencyException error when running carthage update --platform iOS step.

Tracked it down, and for some reason Carthage was pulling the wrong version of the Watson ios-sdk. Changed Cartfile to this, and it fixed the build process:

# cartfile contents
github "watson-developer-cloud/ios-sdk" == 0.8.2

Image not found for AssistantV1 framework

When you run the latest version, you will get the following error:

dyld: Library not loaded: @rpath/AssistantV1.framework/AssistantV1 Referenced from: /Users/tanmaybakshi/Library/Developer/CoreSimulator/Devices/A43DC0EF-27AD-4EE0-9F49-994C2E482ED8/data/Containers/Bundle/Application/7A2E5529-B725-48EB-8F76-99F678020532/CognitiveConcierge.app/CognitiveConcierge Reason: image not found

Because of the conversationv1 to assistantv1 change.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.