Skip to content

AAreLaa/NLP-UI

Repository files navigation

NLP-UI

image

This project is built to provide a modern, responsive, and visually appealing user interface for our web application which features Nepali text generation tool and spelling correction tool which can be valuable tools for Nepali Language that seamlessly completes sentences from where you've left off and also not only corrects spelling errors but also goes beyond traditional spellcheckers.

Tools Offered by Web-Platform

Text Generator Spelling Corrector
image image

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js: Make sure you have Node.js installed on your machine. You can download and install Node.js from nodejs.org.

Getting Started

To get started with the project, follow these instructions:

Clone the repository to your local machine:

  https://github.com/AAreLaa/NLP-UI.git

Navigate to the project directory:

  cd NLP-UI

Install dependencies using npm or yarn:

  npm install
  # or
  yarn install

Start the development server:

  npm run dev
  # or
  yarn dev

Open your browser and visit http://localhost:3000 to see the application running.

API Reference

  • API Repo: Text Generator and Spelling Corrector enable users to generate text and correct spelling errors programmatically by sending API requests to the backend server. In order to be able to use the spelling corrector and text generator, ensure that the backend service is running and accessible before making API requests.

Technologies Used

  • Next.js: React framework for building server-side rendered and statically generated applications.
  • TailwindCSS: Utility-first CSS framework for rapid UI development.
  • AOS (Animate On Scroll): Library for animating elements as they enter the viewport during scrolling.
  • TypeScript: Superset of JavaScript that provides static typing for enhanced code quality and developer experience.

Screenshots

Desktop-View

desktop-view-1 desktop-view-2
desktop-view-3 desktop-view-4

Mobile-View

mobile-view-1 mobile-view-2 mobile-view-3 mobile-view-4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published