Hi
Can you please tell me how can I call Gemini api through the windows machine, from scratch like 'gemini load ' command API and querying database api etc.
Thanks,
Nilesh
Hi
Can you please tell me how can I call Gemini api through the windows machine, from scratch like 'gemini load ' command API and querying database api etc.
Thanks,
Nilesh
The actual API is called through Python. But it is oriented towards querying an existing GEMINI database. I don't think you can currently run GEMINI on a Windows platform. My suggestion would be to either install and use Linux on a machine (or dual-boot) or, if GEMINI is the only thing you want to use, to set up a virtual machine of some sort. This can be Linux installed inside Virtualbox or you can set up something like Vagrant which is lighter weight and will basically just give you a command-line install of Linux to work with.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Hi Dan Gaston,
Thanks response, but can I use the Gemini code and rebuild this for windows machine, if possible can please tell me steps how can download the code and rebuild.
Thanks,
Nilesh
Its all Python and the database itself is SQLite3, I don't think it is really feasible to simply re-build it for Windows. I think you would need to do some substantial reprogramming in order to make it work on Windows. I certainly couldn't give you a step-by-step on how to do it.
Ok no problem Dan Gaston.
Thanks for help.