Skip to content

NEUTLAN/neutlan.model.deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running and Deploying Neutlan Models

This repository contains our project models. You can run each model separately or together using Makefile.

Prerequisites

Before you can run the models, you'll need to install the following software:

Docker: https://docs.docker.com/get-docker/

Docker Compose: https://docs.docker.com/compose/install/

Running the Models

Follow these steps to run the models:

Clone the repository to your local machine:

git clone https://github.com/NEUTLAN/neutlan.model.deployment.git

Navigate to the cloned repository directory:

cd neutlan.model.deployment

Start all models:

make

Start just the CNN model:

make cnn

Start just the paraphrase model:

make recommend

To stop all containers and clean up resources:

make clean

To stop just the CNN container:

make clean-cnn

About

Classification and paraphrase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •