This project was made with the aim to develop simple AI enabled apps and to implement prompt engineering skills to increase output accuracy and relevance. The technologies used are ExpressJS for backend, EJS templating engine for express and Gemini API.
Deployed on: https://sageai-gsc3.onrender.com/
-
You need the latest version of Node.js installed. You can install it from
nodejs.org
. -
Clone this repository on your machine using
git clone https://github.com/sparky0520/SageAI.git
. -
Install required dependencies using
npm install
. -
Make sure to generate your Gemini
API_KEY
and add it to a.env
file in the root of the folder along withPORT
on which the server should run. -
Finally, run
node index.js
to start the server.