start version 0.0.6
This commit is contained in:
0
previousVersion/0.0.2/test/etc2.jl
Normal file
0
previousVersion/0.0.2/test/etc2.jl
Normal file
15
previousVersion/0.0.2/test/etc3.jl
Normal file
15
previousVersion/0.0.2/test/etc3.jl
Normal file
@@ -0,0 +1,15 @@
|
||||
src_folder = "C:\\myWork\\my_projects\\AI\\NLP\\my_NLP\\Ironpen_ai\\src"
|
||||
|
||||
include("$src_folder/Utils.jl")
|
||||
using .Utils
|
||||
|
||||
|
||||
pub = "ch1"
|
||||
sub = "ch2"
|
||||
|
||||
function p(x)
|
||||
println("function called")
|
||||
return x + 1
|
||||
end
|
||||
|
||||
service_server("192.168.0.10", pub, sub, "testserver", p)
|
||||
27
previousVersion/0.0.2/test/test_data_prep_for_db.jl
Normal file
27
previousVersion/0.0.2/test/test_data_prep_for_db.jl
Normal file
@@ -0,0 +1,27 @@
|
||||
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)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user