Skip to content

GJaswin/image-recognition-python

Repository files navigation

Simple Image Recognition Model in Python

Using Tensorflow, Keras and Scikit

Steps to Run:

  1. Clone the repo

     git clone "https://github.com/GJaswin/image-recognition-python/"
    
  2. (Optional) Create a Python Virtual Environment

    python -m venv /path/to/venv
    
  3. Install the requirements

    pip install -r requirements.txt
    
  4. To execute the python notebook img_recognition.ipynb, create a Jupyter Notebook server

    jupyter notebook
    
  5. To execute without Jupyter, just run the img_recognition.py file with Python

    python img_recognition.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published