Skip to content

Jm-Paunlagui/Matrix-Lab-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix (Sentiment-Analysis)

Requirements

  1. Git must be installed.

  2. IF YOU WANT TO CONTRIBUTE GPG Signing Key must be configured for your commits to be verified

    1. These links will help you setup your gpg incase you don't have one setup
      1. Generating a new GPG key
      2. Telling Git about your signing key.
      3. Gpg4win Remember your Passphrase
      4. Source Control Tip 19: Signing a commit via GPG
    2. Creating a branch
    3. Managing branches
    4. About Pull requests
  3. Node.js must be installed.

  4. Your IDE/Text editor of your choice. Mine is WebStorm and VS Code

    1. Optional, my ext in vs code/webstorm
      1. Tailwind CSS IntelliSense
      2. Headwind
      3. Prettier - Code formatter
      4. sort-imports
      5. Github Copilot (Free for students)
        1. In VS Code
        2. In WebStorm
  5. To run the project

    1. Yarn will be the new package manager for the project
    • To enable yarn package manager to nodejs

      • run your terminal as administrator and run corepack enable to enable yarn package manager. see the documentation in yarn.

      Now that we enabled the corepack we can now use the yarn package manager, proceed to next step

    • Open your terminal to the directory you want to place the project (in my case it's in the desktop, so feel free to choose the directory of this project on your own.) and paste this git clone https://github.com/Jm-Paunlagui/Matrix-Client.git

    • Go to the directory of project by typing cd Matrix-Client/client

    • Install the node_modules run yarn

    • After installing the modules you can now run the project by yarn start

About

The Web application for our NLP model using Bidirectional LSTM in Tensorflow/keras Backend - https://github.com/Jm-Paunlagui/Matrix-Lab-Server.git

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages