Skip to content

ardacetinkaya/Simple.KYC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple.KYC 🤔

This is a simple proof of concept work to demostrate "know your customer" topic. The main objective of this repository is to learn, how can we create a businessa and real-life solutions with current software and open-source technologies in a short time. And also to learn new technologies as ASP.NET Core Blazor, Azure Cognitive Services.

In this repository, our scenario is very simple. Let's say we have just a person's photo(Ex. ID Photo...) and his/her name and want to learn about her/his social media profile.

This is done with a joy to learn new tech-stacks such as;

Let's say that we have a photo of a person and name. We are looking him/her social profile if exists, so we search according the name and photo. In this example, Twitter's Search API(s) are used to verify photo of the person with her/his social account photo.

Let's check person's tweets and analyse tweets for key phrases. And see what he/she is talking about...

As I said this is a very very basic proof of concept work to demostrate some software techologies.

Happy coding... 😀