Tuesday, September 18, 2018



Two Days Workshop on "Deep Learning in Computer Vision with Python" 

is  organised by 

Leadingindia.ai and Department of Computer Science & Applications,
Gandhigram Rural Institute 

during 4th and 5th of October, 2018

 Prof. Mrutang Pandya from CHARUSAT, Gujarat is the resource person

Monday, September 10, 2018

Solution for Tensorflow error

Install lower version

python -m pip install tensorflow==1.5.1

then you import tensorflow it will worked.......


Same as opencv u'll not compulsory install "pycharm"
you just give a command like tensorflow

python -m pip install opencv-python==3.3.1.11

(it is not working then try 3.2.0.8)


then you import opencv and check it like this....



Sunday, September 09, 2018

Solution for OPENCV import error

                        It is the error will occured. I use  python3.6.2 
   Solution
             Install pycharm IDE, download in  official website and download a 
PYCHARM-COMMUNITY IDE 
 link="https://www.jetbrains.com/pycharm/download/#section=windows".
          
         After install pycharm IDE then cretate a new project, then set a configuration settings.

       Then download the packages using settings
File--->settings,one dialogbox will appear then select project---->project interpreter.-----> it list  all the  installed packages.

                           Then  if you want to add or install some other packages in right-top "+" symbol click the symbol then search the wanted packages and install it.
                     if our problem is opencv error, click add symbol and search 
opencv--->it list  some packages related opencv then we select 
opencv-python.

                        In this above image shows an opencv-python then tick the checkbox--->it will enable then select the version--> 
Specify version=3.2.0.8.
                       Then click a install package button.
then you import cv2 in python console or idle it will import.

Wednesday, September 05, 2018

Tensorflow On Windows...

If you want tensorflow on windows , follow the given steps ....



 




1.Check your python version either 2 or 3.
2.Check Windows Bit version either 32 or 64.
3.And then goto the given link https://github.com/Karthi-Mano/tensorflow-windows-wheel
4.The link contain some Tensorflow Wheel files
5.Download the appropriate .whl file for your system supporting
6.Open Command prompt(Normal/Anaconda prompt)
7.Change the directory to where the files you are downloaded.
8.copy the .whl file name..
9. then Excute the command "pip install "paste the file name here".whl " and then press Enter...
10.If it Doesn't have any errors tensorflow is completely  installed...
11.then verify your installation
     I) Open Python for same prompt
    II) Excute the command 
              ">> import tensorflow as tf "