Sunday 12 November 2017

#Error : TensorFlow not found in pip

Hello Everyone ,
If you are not getting any error while starting new things in doing some setup then it means that you might have done something wrong.

Here, I was getting error while installing tensorflow in my system and i had been searching for a very long ago and finally i found the solution of #GURU of developer.

python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.12.0-py3-none-any.whl
or try 

pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.12.0-py3-none-any.whl

Reference Link:
https://stackoverflow.com/questions/38896424/tensorflow-not-found-in-pip

How to Use Python REST API to Access Firebase ?



Hello Everyone ,
I have been not writting to this blog from very long time but now I am back again
Let's get started in to access firebase database using python.


PreRequire :


  1. Use Python-3.5
  2. Install Anaconda Packet manager (Not necessary)
  3. Follow this link and get started 
https://pypi.python.org/pypi/python-firebase/1.2


Code :

# -*- coding: utf-8 -*-
"""
Spyder Editor

This is a temporary script file.
"""
from firebase import firebase
def hello():    
    print ("snit")
    print ("smit")
    
firebase = firebase.FirebaseApplication('firebase string ', None)
#to establish connection 
result1 = firebase.get('/object name', None)
print (result1)
new_user = 'Ozgur Vatansever'
result = firebase.post('/strings', data={"smit":"kadvani"}, params={'print': 'pretty'})




How to install google-chrome in redhat without redhat subscription

Install google-chrome in redhat  Download the .rpm file of chrome https://www.google.com/chrome/thank-you.html?installdataindex=empty&st...