Commit 0b43ffd9 authored by W.D.R.P. Sandeepa's avatar W.D.R.P. Sandeepa

import json, numpy, tensorflow

parent 7e775dcf
import json
import numpy as np
import tensorflow.keras as keras
from sklearn.model_selection import train_test_split
DATA_PATH = "data.json"
SAVE_MODEL_PATH = "model.h5"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment