umangrmehta / nesh-test

A demo project for my recruitment process at Hello Nesh Inc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nesh-test

This is a Java Web Application built using Spring Boot.

Main components of the project:

  • Spring Boot as Web Application Container Framework
  • Spring MVC with ThymeLeaf Templating
  • Stanford CoreNLP for OpenIE and Sentiment Analysis
  • JSoup for HTML parsing
  • ND4J (Java equivalent for Numpy in Python)
  • Maven for Dependency Management

To run the project use the following Maven command on any Command Line Interface in the project root directory:

mvn clean package spring-boot:run -Dmaven.test.skip

The application runs on port 8080.

The link to the demo video is here:

https://drive.google.com/file/d/12b0UpBpMQYESVKPBXXJHWVNBkfnCoAvd/view?usp=sharing

About

A demo project for my recruitment process at Hello Nesh Inc.


Languages

Language:Java 68.9%Language:HTML 31.1%