Giter Site home page Giter Site logo

nlp-engineer-assignment's Introduction

NLP Engineer Assignment

This repository contains the skeleton code for the coding assignment for the NLP Engineer position at Yaraku, Inc. You should use it alongside the provided instructions to complete the assignment.

Requirements

  • Python (created and tested with version 3.10.5)
  • Poetry (created and tested with version 1.6.1)
  • (Optional) Docker

Setup

  1. Start by cloning the repository into your local environment.
  2. Install poetry in your local environment by running: pip install poetry
  3. Create the virtual environment for the project by running: poetry install
  4. Initialize the virtual environment by running: poetry shell
  5. Run the entrypoint script with: python main.py

The code should initially print out an exception that says:

You should implement `train_classifier` in transformer.py. 

Once you are done with your implementation, you should be able to run the script without the exception. Then navigate to http://localhost:8000/docs to access the Swagger UI and test your API.

Docker

We have also included a Dockerfile in the repository to ensure that it works across different environments. Feel free to use the Dockerfile if it works better for you. You can consult how to work with Dockerfiles at the Docker documentation.

nlp-engineer-assignment's People

Contributors

giovgiac avatar

Stargazers

Matthieu avatar

Watchers

Jonas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.