Thennavan-Hex / SIH-23

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Jupyter Notebook 98.6%Language:HTML 1.2%Language:JavaScript 0.2%