Heyy folks👋 Again there with a new Task of Price Prediction of a Stock with Machine Learning in Python with ❤️ Tensorflow. Hard Truth is that TensorFlow is Amazing.
- Hope that you have installed Python and completed the Process of setting Path in Environment Variables.
- Now go onto your CMD and install specific libraries which need to be used while coding
- numpy : $ pip install numpy
- matplotlib : $ pip install matplotlib
- pandas : $ pip install pandas
- pandas datareader : $ pip install pandas_datareader
- tensorflow : $ pip install tensorflow
- scikit-learn : $ pip install scikit-learn
As per me this price is predicted based on Daily moving Average of a Stock.

