JARVIS is an artificial intelligent interactive bot who recognizes human speech and gives answers to all his queries just like Chatgpt but more interactive. It can perform system automation tasks and browser automation too. The AI is made using CHATGPT API
- Presently only the chat mode is functional and the program can chat with you in text mode and interactive mode only. Command mode will be updated soon
- The module webkitSpeechRecognition works only with chrome so it is recommended to use chrome to run the program.
There are some prequisites required to be installed before using the software.
You will also require the ChatGPT API
- Visit openai.com/API/ and sign up
- Then follow these steps to get your own API
- Copy the api key then paste here
You can easily install node.js visiting the official website and download directly from there.
To install vite for the project open the project and open terminal inside client folder and run the following command.
npm install vite@latest
- move to the client folder and run.
npm run dev
- move to the server folder in a new terminal and run.
npm run server
- Swaraj Kumar Biswal - SWARAJ-42
- Thanks to Frank's Laboratory, javascript-mastery, Chris-Courses, their tutorials helped me build my project.