Giter Club home page Giter Club logo

sfguide-snowpark-pytorch-streamlit-openai-image-rec's Introduction

Image Recognition in Snowflake using Snowpark Python, PyTorch, Streamlit and OpenAI

Overview

In this guide, you will learn how to build image recognition applications in Snowflake using Snowpark for Python, PyTorch, Streamlit and OpenAI's DALL-E 2 – "a new AI system that can create realistic images and art from a description in natural language".

Demo

Watch video

Build and Run Applications

For step-by-step guide to build and run these applications, please follow this QuickStart Guide.

For questions and feedback, please reach out to Dash.

sfguide-snowpark-pytorch-streamlit-openai-image-rec's People

Contributors

ajoohongkim avatar iamontheinet avatar metadaddy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

sfguide-snowpark-pytorch-streamlit-openai-image-rec's Issues

SnowparkPandasException: (1114): Cannot write pandas DataFrame to table "IMAGES" because it does not exist. Create table before trying to write a pandas DataFrame

It keeps showing an error like below. even though I already created 'IMAGES' Table on my snowflake account.

do you have any idea?

SnowparkPandasException: (1114): Cannot write pandas DataFrame to table "IMAGES" because it does not exist. Create table before trying to write a pandas DataFrame
Traceback:
File "C:\Users\mmf76.conda\envs\snowpark-img-rec\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 565, in _run_script
exec(code, module.dict)
File "C:\Users\mmf76\OneDrive\Documents\GitHub\sfguide-snowpark-pytorch-streamlit-openai-image-rec\Snowpark_PyTorch_Streamlit_Upload_Image_Rec.py", line 55, in
session.write_pandas(df, "IMAGES")
File "C:\Users\mmf76.conda\envs\snowpark-img-rec\lib\site-packages\snowflake\snowpark\session.py", line 1296, in write_pandas
raise SnowparkClientExceptionMessages.DF_PANDAS_TABLE_DOES_NOT_EXIST_EXCEPTION(

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.