Skip to content

Submit your machine learning algorithms here for Hactoberfest-2020, add your name and GitHub profile into Contributors.md file

Notifications You must be signed in to change notification settings

OptimaNiko/ML-algorithms

Repository files navigation

Hactoberfest-2020

Submit your machine learning algorithms here for Hactoberfest-2020, add your name and GitHub profile into Contributors.md file

Topics

Machine Learning Algorithms

Using git commandline :

Linux :

git is natively installed in linux

Windows :

windows users can download and install git commandline from here

Commands Used

1) To clone Repo

git clone Repo_URL

2) To create a branch

git checkout -b Branch_name

3) To Add changes

git add .

4) To commit changes

git commit -m 'Your message'

5) To push Changes

git push GIT_URL Branch_name

How to run robofriends

1.Clone the repo
2.Go To Sample React App
3.In Windows Use Windows PowerShell to go to Sample React App directory.
4.Install npm using npm install
5.Run npm start after installation is complete


NOTE:Use cd :/dirname/"Sample React App" to ignore spaces in terminal.

REPOSITORY MAINTAINER :

Name : Benjamin Franklin

GitHub Profile : OptimaNiko

About

Submit your machine learning algorithms here for Hactoberfest-2020, add your name and GitHub profile into Contributors.md file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published