Skip to content

Pederduel/DT_KnowledgeBank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DT_KnowledgeBank

Used for storing and distributing machine learning models to the Digital Twins mobile application.

Needed packages are:

pymongo:

pip install pymongo
  • To get the dnspython module:
pip install pymongo[srv]

(Needed to connect to the MongoDB Atlas cluster)

Environment:

pip install -U python-dotenv

Server (Flask)

pip install flask
pip install flask-restx

ONNX:

pip install onnx onnxmltools onnxruntime

About

Used for storing and distributing machine learning models to the Digital Twins mobile application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages