Skip to content

Instantly share code, notes, and snippets.

@merlin-quix
Created January 22, 2023 13:23
Show Gist options
  • Save merlin-quix/f6fe45200e159acaf6558c56ceff6af2 to your computer and use it in GitHub Desktop.
Save merlin-quix/f6fe45200e159acaf6558c56ceff6af2 to your computer and use it in GitHub Desktop.
from pandas import DataFrame
import time, json
import datetime as dt
import pandas as pd
import tensorflow as tf
from tensorflow import keras
import numpy as np
from kafka import KafkaProducer
from kafka import KafkaConsumer
import tensorflow_text as text
model = keras.models.load_model('model')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment