Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.26 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.26 KB

EssAi

This the open source code for EssAi's website. EssAi is a web-based platform that leverages artificial intelligence and natural language processing (NLP) techniques to grade essays accurately and efficiently. This developer documentation will provide an overview of the platform's architecture, APIs, and other technical aspects. Developers can use this documentation to integrate EssAi into their applications, platforms, and systems. The Developer - Documentation is here - https://docs.google.com/document/d/1dxmEsJyrJrgY4QgrqvtA1WIPJisQ2EcD8wjQ1iVPAJs/edit?usp=sharing.

image

Installation

  • Ensure you have the following installed:
    • Editor e.g VsCode
    • NodeJS
  • Clone this Repository using
    • 'git clone' (reccomended) or
    • Downloding source code has a Zip.
  • Open the folder in vscode
  • Run 'npm install'

Code

  • Create a new branch.
  • Make your changes.
  • Create a PR from github or locally.
  • Deploy to vercel and share your deployment link into the PR Message

Review

  • The essai team shall review your changes as soon as possible.

Deployment

  • We are using Vercel for hosting the site temporarily.
  • Please read vercel docs on how to deploy.

"Happy Coding"