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
Copy file name to clipboardExpand all lines: README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,22 @@ Please follow the following steps to run the project in **Visual Studio 2019**
45
45
46
46
3. Install all the dependencies mentioned above using the **NuGet Package Manager**
47
47
48
-
4. Build the project
48
+
4. Go to the location **../CodeCapture/CodeCapture/Models** and create a **Secrets.cs** file based on the template in the **Secrets.MD** file
49
+
(For more information on how to create the resources for Azure Computer Vision Read API and JDoodle Compiler API, scroll below)
50
+
51
+
5. Build the project
49
52
50
-
5. Run and enjoy :)
53
+
6. Run and enjoy :)
54
+
55
+
56
+
## Setting Up The APIs
57
+
58
+
* In order to learn how to set up the **Azure Computer Vision** resource, please do visit the following link: [Resource Set-up Quickstart](https://docs.microsoft.com/en-us/azure/cognitive-services/cognitive-services-apis-create-account?tabs=singleservice%2Cwindows)
59
+
60
+
*Note: Since we have the **Secrets.cs** file, you will not need to create an Environment Variable separately*
61
+
62
+
If you are a full-time student, you can avail the [Azure For Students](https://aka.ms/a4s) offer and receive $100 worth of Azure credits as well as various free developer tools
63
+
64
+
* In order to set up your credentials for the **JDoodle Compiler API**, please visit the following link: [Compiler API](https://www.jdoodle.com/compiler-api/)
65
+
66
+
You can view the [JDoodle Compiler API Documentation](https://docs.jdoodle.com/compiler-api/compiler-api) to understand how the API works so that you can tweak the app for your personal work too
0 commit comments