Giter Club home page Giter Club logo

ai-junior-developer-test's Introduction

AI Junior Developer Test

Welcome! You’ve stepped into the arena – now show us what you’ve got!

Mission

You're not just fiddling with code here; you're architecting the future. Your battleground? An AI app framework crying out for a brain.

Your task: Forge an 💬NLP chatbot that doesn’t just answer, but masters science-related questions.

Immerse yourself in the main.py file. Your battlefield is the execute function. Time to unleash your genius:

############################################################
# Callback function called on each execution pass
############################################################
def execute(request: SimpleText, ray: Ray, state: State) -> SimpleText:
    output = []
    for text in request.text:
        # TODO Add code here
        response = 'Hello!' <<-- Here you add the magic 
        output.append(response)

    return SchemaUtil.create(SimpleText(), dict(text=output))

Ground Rules

Step up with any arsenal (read: libraries or packages) you believe in, but remember:

  • 👎 External services like chatGPT are off-limits. Stand on your own.
  • 👎 Plagiarism is for the weak. Forge your own path.
  • 👎 A broken app equals failure. Non-negotiable.

Deployment Options

The application can be executed in two different ways:

  • locally by running the start.sh
  • on in a docker container using Dockerfile

Proving Your Mettle

  • Submit your masterpiece on GitHub. We want the link within 1 week, not a second more.
  • Go the extra mile and include a video where you walk us through your solution, showcasing it in live action.
  • We want to see not just what you've created but also how you envisioned and executed it

This Is It

We're not just evaluating a project; we're judging your potential to revolutionize our landscape. A half-baked app won’t cut it.

We're zeroing in on:

  • 👍 Exceptional documentation.
  • 👍 Code that speaks volumes.
  • 👍 Inventiveness that dazzles.
  • 👍 A problem-solving beast.
  • 👍 Unwavering adherence to the brief

ai-junior-developer-test's People

Contributors

pranithchowdary avatar

Watchers

 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.