Python script that would generate blog posts, not perfect at all, but interesting
Have to install Anaconda from https://www.anaconda.com/download/ open the anaconda prompt (make sure to right click, an click "Run as administrator", so you have all the acceses you need to install the new program) type: conda install jupyter
in the same prompt type: Install pip:- source: https://pip.pypa.io/en/stable/installing/ Installing with get-pip.py To install pip, securely download get-pip.py. [1]:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py Inspect get-pip.py for any malevolence. Then run the following:
then type:
pip install tensorflow pip install keras
Once Jupyter is installed, start it with the command:
jupyter notebook (your browser will open, the paste the info in the file named "code")
note: if you are going to install tensorflow and keras, its a good idea to install this too:
conda install scipy pip install sklearn pip install pandas pip install pandas-datareader pip install matplotlib pip install pillow pip install requests pip install h5py pip install tensorflow pip install keras
Atention: try to use simple txt. if your file is too complex it will crash your computer.