Hi, I have downloaded the project . when i am running it's giving me error on this line:
in class : PrimaIndiansDiabetics.cs
var model = new Sequential();
Python.Runtime.PythonException: 'ModuleNotFoundError : No module named 'keras''
i am using Visual studio2019 with .net framework 4+ and downloaded Keras.net - version 3.7.4 using nuget solution.
while intalling keras it automatically installed related dependency such as python.runtime and numpy. and i also installed @tensorflow.net
i saw lot of people raised this issue and i have followed the provided
solution as well from other threads but didn't resolved the issue.
Pls help me it's so urgent.
