-
Make sure you have Node.js installed. If not, download and install it.
-
Install Electron globally using npm:
npm install -g electron
-
Clone this repository:
git clone https://github.com/Thennavan-Hex/SIH-23.git
-
Install the project dependencies:
npm install
-
To run the application, use the following command inside the project directory:
npm start
If you need to try machine learning functionality, make sure to set it up in a Jupyter notebook. Install the requirements by running:
pip install -r requirements.txt