Skip to content

Instantly share code, notes, and snippets.

View ulfimlg's full-sized avatar

Nazim Girach ulfimlg

  • Bangalore
View GitHub Profile

Coding Assessment Documentation


Problem Statement

Design and implement two API endpoints using a Python backend framework of yoru choice (e.g. FastAPI, Litestar, Flask, etc.) that automate the process of ranking resumes based on job descriptions. Your APIs should be documented with Swagger or similar.

This assessment evaluates your ability to handle text extraction, data processing, and structured outputs through REST APIs.

@ulfimlg
ulfimlg / mygist
Last active October 2, 2018 11:11
name: "ResNet-50"
layer {
name: "input-data"
type: "python"
top: "data"
top: "im_info"
top: "gt_boxes"
python_param {
module: "roi_data_layer.layer"
layer: "RoIDataLayer"
name: "SE-ResNet-50"
# mean_value: 104, 117, 123
layer {
name: "data"
type: "Input"
top: "data"
input_param: {
shape: {
dim: 1
dim: 3
name: "SE-ResNeXt-50 (32 x 4d)"
# mean_value: 104, 117, 123
layer {
name: "data"
type: "Input"
top: "data"
input_param: {
shape: {
dim: 1
dim: 3
@ulfimlg
ulfimlg / octave.md
Created August 17, 2017 18:47 — forked from obstschale/octave.md
An Octave introduction cheat sheet.

Octave CheatSheet

GNU Octave is a high-level interpreted language, primarily intended for numerical computations.
(via GNU Octave)

Basics

  • not equal ~=
  • logical AND &&