MACHINE LEARNING IMAGE RECOGNITION
Basic Machine Learning project without coding
Here is a basic Machine Learning Project . It is super simple ML project that requires No code. Lets Get Started.
STEPS INVOLVED
STEP1: Sign in www.clarifai.com and Obtain an API Key
STEP2:Sign in www.codepen.io and fork the pen on codepen
STEP3:Replace API key
STEP 1:Sign in clarifai and Obtain an API Key
First step is to get sign in and after sign in successfully , click create application and give a name to your application. After creating it ,open it and under API keys section , Delete all API keys and create a new API KEY. After successfully creating an API key ,COPY it.
what is API key?
Clarifai has a machine learning code and we are just borrowing from that using key(password) called API.
STEP2 : Sign in Codepen and and fork the pen on codepen
click sign in , go to pen link which you want to fork and click the FORK BUTTON . After clicking all the code is added to your account.
STEP 3 : Replace the API key
Go back to Clarifai and Copy the API key . Then go to codepen and onthe javascipt code you will find the API KEY. Erase that one and add paste your clarifai key .Thats it we built the basic ML .
The above one is the basic Application of how the machine Learning works. Other applications of MACHINE LEARNING ARE
- Image Recognition
- Speech Recognition
- Traffic prediction
- Product recommendations
- Self-driving cars
- Email Spam and Malware Filtering
- Virtual Personal Assistant
- Online Fraud Detection
“ Code is like humor. When you have to explain it, it’s bad.” — Cory House
THANK YOU!