TravelMonkey icon indicating copy to clipboard operation
TravelMonkey copied to clipboard

TravelMonkey sample app for the Xamarin + Cognitive Services Crazy Combo Challenge

Results 22 TravelMonkey issues
Sort by recently updated
recently updated
newest added

# What I have done I added text chat page with translation feature. This does not implement send message feature, just implemented translate before send message and display it like...

Improve design with Shell. ### More feedback - I've been struggling to remove safeAreaInsets on MainPage on iOS until I find out this [bug:Xamarin.Forms/issues/6499](https://github.com/xamarin/Xamarin.Forms/issues/6499), which not fixed until latest version....

### What does this PR do? - Adds Speech-to-Speech Translation and displays translation text in a 'chat-like' ListView ### Description of Task(s) to be completed? - Given two users communicating...

TextToSpeech added in TranslationResultPage and MainPage Pictures. Update Packages Xamarin.Essentials 1.5.3.1 The video shows the functionality https://www.youtube.com/watch?v=nJn_39bV578

- Consistent UI style across different pages - Add PancakeView on Add New Button on MainPage.xaml - Change close button to a close icon - Change corner radius of all...

Hi there, Thanks for a fun challenge. I've refactored as much code as possible into a .Net standard library with no dependency on forms. This allows me to share the...

Detect the faces in a provided photo using Azure Cognitive Services facial recognition. The client libraries were a bit temperamental, e.g. the trailing "/" when using the cognitive services for...

I added the happy face detection functionality :) ![image](https://user-images.githubusercontent.com/13779871/80748038-9a2dd580-8b24-11ea-9127-abab4264194a.png) When you add a photo is will check if the people on it are happy ![image](https://user-images.githubusercontent.com/13779871/80748056-a1ed7a00-8b24-11ea-9d2b-dd8328e84aa8.png) The main page has a...

Hello, in this version, we use Azure API faces detections to scan faces in photo and we display the results like below ![Result iOS](https://user-images.githubusercontent.com/43876020/80748579-699a6b80-8b25-11ea-8449-a4121f4b08b5.png) ![Result Droid](https://user-images.githubusercontent.com/43876020/80748600-73bc6a00-8b25-11ea-86f5-382cd9be48df.png) How to use :...

Hi Gerald, I've put all my implementation steps and findings in a blog post which you can find here: https://blog.johndotnet.nl/my-submission-for-the-xamarin-forms-cognitive-service-challenge/ Cheers, John