INSTRUCTIONS: This GitHub repository serves as a template you can use to create a new project for the 2023 Call for Code Global Challenge. Make sure you have registered for the 2023 Call for Code Global Challenge to access resources and full project submission instructions. Remove any "INSTRUCTIONS" sections when you are ready to submit your project.
New to Git and GitHub? This free online course will get you up to speed quickly: Getting Started with Git and GitHub
Read this in other languages: English, 한국어, português, 中文.
INSTRUCTIONS: Complete all required deliverable sections below.
REPLACE THIS SENTENCE with a short description, 2-3 sentences in length, of the specific sustainability problem your solution is meant to address.
REPLACE THIS SENTENCE with a short description of your team's solution, in about 10 words.
INSTRUCTIONS: Replace this paragraph with a longer description of your solution. In about 500 words, describe your solution in more detail. Include the real-world problem you identified, describe the technological solution you have created, and explain how it’s an improvement over existing solutions. You can supply additional documentation in this source code repository that you link to as well.
More detail is available in our description document.
INSTRUCTIONS: Remove any services you did not use. Leave only those included in your solution code. Provide details on where and how you used each IBM AI service to help judges review your implementation, and remove these instructions.
- IBM Natural Language Understanding (https://cloud.ibm.com/catalog/services/natural-language-understanding) - HOW THIS IS USED IN OUR SOLUTION
- Watson Assistant - HOW THIS IS USED IN OUR SOLUTION
- Watson Discovery - HOW THIS IS USED IN OUR SOLUTION
- Watson Speech to Text - HOW THIS IS USED IN OUR SOLUTION
- Watson Text to Speech - HOW THIS IS USED IN OUR SOLUTION
- LIST ADDITIONAL EMBEDDABLE AI SERVICES FROM GUIDED PROJECTS?
- List any additional IBM AI services used or remove this line
INSTRUCTIONS: List any other IBM technology used in your solution and describe how each component was used. If you can provide links to exactly where these were used in your code, that would help the judges review your submission.
INSTRUCTIONS: The following deliverables should be officially posted to your My Team > Submissions section of the Call for Code Global Challenge resources site, but you can also include them here for completeness. Replace the examples seen here with your own deliverable links.
Diagram and step-by-step description of the flow of our solution:
- The user navigates to the site and uploads a video file.
- Watson Speech to Text processes the audio and extracts the text.
- Watson Translation (optionally) can translate the text to the desired language.
- The app stores the translated text as a document within Object Storage.
The project currently does the following things.
- Feature 1
- Feature 2
- Feature 3
In the future we plan to...
See below for our proposed schedule on next steps after Call for Code 2023 submission.
INSTRUCTIONS: The following deliverables are suggested, but optional. Additional details like this can help the judges better review your solution. Remove any sections you are not using.
INSTRUCTIONS: In this section you add the instructions to run your project on your local machine for development and testing purposes. You can also add instructions on how to deploy the project in production.
You can find a running system to test at...
See our description document for log in credentials.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Billie Thompson - Initial work - PurpleBooth
This project is licensed under the Apache 2 License - see the LICENSE file for details.
- Based on Billie Thompson's README template.