↧
Answer by Asad Shakeel for struggling to create dependencies in java for IBM...
You need to create a maven project for this where its structure might look like thismy-app|-- pom.xml`-- src |-- main | `-- java | `-- com | `-- ibm | `-- watson | `-- speech_to_text | `--...
View Articlestruggling to create dependencies in java for IBM speech to text
I know this is ridiculous , but I have been struggling to move on from step 0 which is to create dependencies for the project!I want to to make a simple speech to text app that can transcribe a file...
View Article