Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffWang0325 authored Sep 29, 2021
1 parent f61c9d6 commit a576a2e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Description
This project combines multiple operations in **Microsoft Azure Cognitive Services** into one GUI, including **QnA Maker**, **LUIS**, **Computer Vision**, **Custom Vision**, **Face**, **Form Recognizer**, **Text To Speech**, **Speech To Text** and **Speech Translation**.

It's very user-friendly for users to implement any operation mentioned above. Once the execute button is clicked, the program will connect to the Azure cloud by calling the **REST API**, and then return the response to the GUI to display the result.

It is written in C# and uses Windows Forms for its graphical user interface (GUI).

# Software Environment
| IDE | Visual Studio 2015 |
| :-------------------------- | :----------------------- |
| .NET Core | .NET Core 3.1 |
| Programming Language | C# |

# GUI Demo:

![alt text](https://github.com/JeffWang0325/LabelImgTool/blob/master/README%20Image/1.%20%E5%B7%A5%E5%96%AE%E8%A8%AD%E5%AE%9A%20(Recipe%20Setting).jpg "Logo Title Text 1")

---
# Contact Information:
If you have any questions or suggestions about code, project or any other topics, please feel free to contact me and discuss with me. 😄😄😄

<a href="https://www.linkedin.com/in/tzu-wei-wang-a09707157" target="_blank"><img src="https://github.com/JeffWang0325/JeffWang0325/blob/master/Icon%20Image/linkedin_64.png" width="64"></a>
<a href="https://www.youtube.com/channel/UC9nOeQSWp0PQJPtUaZYwQBQ" target="_blank"><img src="https://github.com/JeffWang0325/JeffWang0325/blob/master/Icon%20Image/youtube_64.png" width="64"></a>
<a href="https://www.facebook.com/tzuwei.wang.33/" target="_blank"><img src="https://github.com/JeffWang0325/JeffWang0325/blob/master/Icon%20Image/facebook_64.png" width="64"></a>
<a href="https://www.instagram.com/tzuweiw/" target="_blank"><img src="https://github.com/JeffWang0325/JeffWang0325/blob/master/Icon%20Image/instagram_64.png" width="64"></a>
<a href="https://www.kaggle.com/tzuweiwang" target="_blank"><img src="https://github.com/JeffWang0325/JeffWang0325/blob/master/Icon%20Image/kaggle_64.png" width="64"></a>
<a href="https://github.com/JeffWang0325" target="_blank"><img src="https://github.com/JeffWang0325/JeffWang0325/blob/master/Icon%20Image/github_64.png" width="64"></a>

0 comments on commit a576a2e

Please sign in to comment.