28 lines
379 B
Julia
28 lines
379 B
Julia
using Revise
|
|
using Ironpen_ai
|
|
using DataStructures
|
|
using JSON3
|
|
using Redis
|
|
|
|
|
|
|
|
# file_location = "C:\\myWork\\my_projects\\AI\\NLP\\my_NLP\\Ironpen_ai\\"
|
|
# filename = "tonModel_2.json"
|
|
# jsonString = read(file_location * filename, String)
|
|
# jsonObject = JSON3.read(jsonString)
|
|
# model_data = OrderedDict(jsonObject)
|
|
|
|
# Ironpen_ai.data_prep_for_db(1, 1, 1, model_data)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|