You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_INSTRUCTIONS: This GitHub repository serves as a template you can use to create a new project for the [2023 Call for Code Global Challenge](https://developer.ibm.com/callforcode/global-challenge/). Make sure you have [registered for the 2023 Call for Code Global Challenge](https://developer.ibm.com/callforcode/global-challenge/register/) to access resources and full project submission instructions. Remove any "INSTRUCTIONS" sections when you are ready to submit your project._
3
+
_INSTRUCTIONS: This GitHub repository serves as a template you can use to create a new project for the [2023 Call for Code Global Challenge](https://developer.ibm.com/callforcode/global-challenge/). Use the **Use this template** button to create a new version of this repository and start entering content for your own Call for Code submission project. Make sure you have [registered for the 2023 Call for Code Global Challenge](https://developer.ibm.com/callforcode/global-challenge/register/) to access resources and full project submission instructions. Remove any "INSTRUCTIONS" sections when you are ready to submit your project._
4
4
5
-
_New to Git and GitHub? This free online course will get you up to speed quickly[: Getting Started with Git and GitHub](https://www.coursera.org/learn/getting-started-with-git-and-github)_
5
+
_New to Git and GitHub? This free online course will get you up to speed quickly: [Getting Started with Git and GitHub](https://www.coursera.org/learn/getting-started-with-git-and-github)_.
6
6
7
-
_Read this in other languages: [English](README.md), [한국어](./docs/README.ko.md), [português](./docs/README.pt_br.md), [中文](./docs/README.zh.md)._
8
-
9
-
# Replace this heading with your submission name
7
+
# Replace this heading with your team/submission name
10
8
11
9
-[Project summary](#project-summary)
12
10
-[The issue we are hoping to solve](#the-issue-we-are-hoping-to-solve)
@@ -15,10 +13,11 @@ _Read this in other languages: [English](README.md), [한국어](./docs/README.k
-[Project development roadmap](#project-development-roadmap)
20
+
-[Additional details](#additional-details)
22
21
-[How to run the project](#how-to-run-the-project)
23
22
-[Live demo](#live-demo)
24
23
-[About this template](#about-this-template)
@@ -51,38 +50,38 @@ More detail is available in our [description document](./docs/DESCRIPTION.md).
51
50
52
51
### IBM AI service(s) used
53
52
54
-
_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._
53
+
_INSTRUCTIONS: Included here is a list of commonly used IBM AI services. Remove any services you did not use, or add others from the linked catalog not already listed here. 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. Remove these instructions._
55
54
56
-
- IBM Natural Language Understanding (https://cloud.ibm.com/catalog/services/natural-language-understanding) - HOW THIS IS USED IN OUR SOLUTION
57
-
-[Watson Assistant](https://cloud.ibm.com/catalog/services/watson-assistant) - HOW THIS IS USED IN OUR SOLUTION
58
-
-[Watson Discovery](https://cloud.ibm.com/catalog/services/watson-discovery) - HOW THIS IS USED IN OUR SOLUTION
59
-
-[Watson Speech to Text](https://cloud.ibm.com/catalog/services/speech-to-text) - HOW THIS IS USED IN OUR SOLUTION
60
-
-[Watson Text to Speech](https://cloud.ibm.com/catalog/services/text-to-speech) - HOW THIS IS USED IN OUR SOLUTION
61
-
- LIST ADDITIONAL EMBEDDABLE AI SERVICES FROM GUIDED PROJECTS?
55
+
-[IBM Natural Language Understanding](https://cloud.ibm.com/catalog/services/natural-language-understanding) - WHERE AND HOW THIS IS USED IN OUR SOLUTION
56
+
-[Watson Assistant](https://cloud.ibm.com/catalog/services/watson-assistant) - WHERE AND HOW THIS IS USED IN OUR SOLUTION
57
+
-[Watson Discovery](https://cloud.ibm.com/catalog/services/watson-discovery) - WHERE AND HOW THIS IS USED IN OUR SOLUTION
58
+
-[Watson Speech to Text](https://cloud.ibm.com/catalog/services/speech-to-text) - WHERE AND HOW THIS IS USED IN OUR SOLUTION
59
+
-[Watson Text to Speech](https://cloud.ibm.com/catalog/services/text-to-speech) - WHERE AND HOW THIS IS USED IN OUR SOLUTION
62
60
- List any additional [IBM AI services](https://cloud.ibm.com/catalog?category=ai#services) used or remove this line
63
61
64
62
### Other IBM technology used
65
-
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.
66
-
67
-
## Presentation materials
68
-
69
-
_INSTRUCTIONS: The following deliverables should be officially posted to your My Team > Submissions section of the [Call for Code Global Challenge resources site](https://developer.ibm.com/callforcode/global-challenge/participate), but you can also include them here for completeness. Replace the examples seen here with your own deliverable links._
70
-
71
-
### Solution demo video
72
-
73
-
[](https://youtu.be/vOgCOoy_Bx0)
63
+
INSTRUCTIONS: List any other IBM technology used in your solution and describe how each component was used. If you can provide links to/details on exactly where these were used in your code, that would help the judges review your submission.
74
64
75
65
### Solution architecture
76
66
77
67
Diagram and step-by-step description of the flow of our solution:
1. The user navigates to the site and uploads a video file.
82
72
2. Watson Speech to Text processes the audio and extracts the text.
83
73
3. Watson Translation (optionally) can translate the text to the desired language.
84
74
4. The app stores the translated text as a document within Object Storage.
85
75
76
+
## Presentation materials
77
+
78
+
_INSTRUCTIONS: The following deliverables should be officially posted to your My Team > Submissions section of the [Call for Code Global Challenge resources site](https://developer.ibm.com/callforcode/global-challenge/participate), but you can also include them here for completeness. Replace the examples seen here with your own deliverable links._
79
+
80
+
### Solution demo video
81
+
82
+
[](https://youtu.be/vOgCOoy_Bx0)
83
+
84
+
86
85
### Project development roadmap
87
86
88
87
The project currently does the following things.
@@ -97,23 +96,23 @@ See below for our proposed schedule on next steps after Call for Code 2023 submi
97
96
98
97

99
98
99
+
## Additional details
100
100
101
-
_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._
101
+
_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._
102
102
103
103
### How to run the project
104
104
105
105
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.
106
106
107
-
-[sample-react-app](./sample-react-app/)
108
-
-[sample-angular-app](./sample-angular-app/)
109
-
-[Explore other projects](https://github.com/upkarlidder/ibmhacks)
110
-
111
107
### Live demo
112
108
113
109
You can find a running system to test at...
114
110
115
111
See our [description document](./docs/DESCRIPTION.md) for log in credentials.
116
112
113
+
---
114
+
115
+
_INSTRUCTIONS: You can remove the below section from your specific project README._
0 commit comments