/SIH-23

Primary LanguageJupyter Notebook

SIH-23

Installation for Application and ML

Running the Application

  1. Make sure you have Node.js installed. If not, download and install it.

  2. Install Electron globally using npm:

    npm install -g electron
  3. Clone this repository:

    git clone https://github.com/Thennavan-Hex/SIH-23.git
  4. Install the project dependencies:

    npm install
  5. To run the application, use the following command inside the project directory:

    npm start

Running the ML

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