This Script is installing Python and ML libararies in Android Mobile
Requirement :
Termux from Playstore Download..
After Installing Type commands
● apt update && apt upgrade -y ● apt install git -y ● git clone https://github.com/sanheensethi/Installing-ML-In-Termux-Python.git
When Script Downloaded.
Run Script :
sh ml-install.sh
Script Installs :
- Python
- Numpy
- Matplotlib
- Pandas
- Jupyter
- Scipy
- Scikit-Learn
Resources :
- Installing Jupyter : Redirect..
- Installing Scipy : Redirect..
ML Beginner Examples : Redirect
@Sanheen Sethi