Skip to content

patrickhladun/udc-nlp

Repository files navigation

Udacity Natural Language Processing Project

This is project is was created as a part of the Udacity Front End Developer Nanodegree program.

Running the project

This project uses Meaning Cloud Language Identification API.

To run this app you need to registar at Meaning Cloud and generate you own API Key. NEXT, create .env file in the root directory and add the API to .env file

MC_API_KEY=YOUR_API_KEY

To install packages run:

yarn install

To run the development server:

yarn dev

To build the project use:

yarn build

To start the server use:

yarn start

To test the project using Jest use:

yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published