• Stars
    star
    141
  • Rank 259,971 (Top 6 %)
  • Language
    Jupyter Notebook
  • License
    GNU General Publi...
  • Created about 8 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An application that provides personalized career and job search advice to jobseekers.

Si vous ne parlez pas anglais, contactez-nous directement ร  [email protected]. Le code source et sa documentation sont en anglais afin de favoriser les contributions internationales.

Bob Emploi

Bob Emploi is an application that uses algorithms to provide personalized advice to jobseekers.

For more information, check out the website at http://www.bob-emploi.fr.

Bob Emploi is developed and maintained by Bayes Impact, a non-profit organization whose purpose is to use technology to address social issues. The project is currently in active development and started in Spring 2016 (see HISTORY.md for the full project history).

Please subscribe to our mailing list in order to receive updates regarding the open sourcing of this project.

Bob Emploi is a React Single Page Application with a RESTful JSON API written in Python. The application is backed by a MongoDB which serves data that we pre-computed using the Python data science stack.

This repository is an automated export of our internal repository that we use for development.

Licensing

We believe algorithms that aim to serve the public interest should be audit-able and transparent. In accordance with our mission of building a "citizen-led public service", most of the application will be open-source under a GPL v3 license.

Documentation

Repository Layout

This repository contains several components where each is located within a single folder on the root level. Currently existing folders are:

  • frontend: Bob Emploi web application.
  • data_analysis: Data analysis part of Bob Emploi.

Each folder contains a README file with further details regarding this application.

Contributions

We welcome content and feature suggestions, which help us provide better and more granular advice to Bob users. These can be as simple as a cool job search tip you'd like to share with Bob users, or more sophisticated (for example if you have an idea for how to better suggest training programs based on a user's situation). You can send these to [email protected] either in French or in English.

If you want to contribute to Bob Emploi with a bug fix or feature suggestion, please follow the Github contribution workflow described in here. At the current stage however, the main intention of the open source repository is to be transparent about the inner workings of Bob. In the future we hope for, and will actively seek out for, contributions from the community. When we are ready for that, we will add detailed contribution instructions and suggestions of what to work on to this repository.

Installation / Local Development

All components / applications are packaged in Docker Containers, which makes it extremely portable and reduces the setup of your development environment to a few simple commands.

  1. Install Docker: use these detailed instructions for installation
  2. Run application-specific docker command. For example:
  • To run and build the frontend locally: docker-compose up -d frontend-dev (Will make the application available at http://localhost:3000)
  • To run the tests: docker-compose run --no-deps frontend-dev npm test
  • ...

You can find the full list of commands in the README of each folder.

Short Links

We use a Bayes internal URL shortener that allows us to create links like http://go/bob-design-doc to conveniently link resources from within the source code or documentation. These links are only intended for internal usage and would not work on your computer. We are currently in a process to vet which documents can be made public and will in the future find a solution to replace the go links in the code by publicly available URLs.

Open-Sourcing Status

Core Application Code

The core application source code is published in the frontend folder of this repository. It is still under very active development and even major features and interfaces are likely to change.

Components

We have currently opened two of the components we built as part of Bob Emploi:

  • JobSuggest, an autocomplete component for suggesting and selecting French job titles. It is currently based on the ROME job taxonomy, which it enriches by a) properly gendering job titles and b) weighting job titles by frequency.
  • PyEmploiStore, a Python wrapper around Emploi Store Dev APIs, the platform managed by Pรดle Emploi to share their public data.

Data

We have opened some of the data analysis notebooks (folder data_analysis/notebooks) pertaining to the data sources used by the application. These are incomplete, but provide a first insight on the data our recommendations are based on. As these are critical to being able to assess the validity of Bob Emploi's recommendation, we will first focus our open-sourcing efforts on opening more notebooks.

In particular, some of our datasets contain private data, or belong to an external data partner, and as such notebooks analyzing them will be opened over time as we are able to individually vet them for any potential leakage of sensitive information. The data README contains a list of the main data sources used in the application along with a short description.

More Repositories

1

readmission-risk

30-day patient readmission model, developed in collaboration with Sutter Health.
Jupyter Notebook
29
star
2

encompass

Bayes Impact's Encompass Tool for Visualizing and Analyzing Geographic Access
Jupyter Notebook
26
star
3

bridge-uof

Police use of force reporting app, developed in collaboration with California DoJ.
Ruby
20
star
4

blog-walking-the-beat

Code base for analysis performed in the "Walking The Beat" blog post by Jeff Wong
R
19
star
5

docker-react

Base image for Bayes dev projects using React on top of npm.
JavaScript
15
star
6

remixicon-react

Remix Icons for React packaged as single components.
JavaScript
15
star
7

python-emploi-store

A Python client to access the Emploi Store Dev API: https://www.emploi-store-dev.fr
Python
9
star
8

learning

Learning materials for data scientists
Jupyter Notebook
7
star
9

briser-la-chaine

An app to help people trace and warn people they've recently been in contact with, in relation with the COVID-19 spread.
TypeScript
6
star
10

airtablemock

A mock library to easily test code using the python Airtable API.
Python
5
star
11

fex

Simple feature extraction framework
Python
5
star
12

jupyter-linter

A linter to help enforce the Bayes Impact Notebook Style Guide
Python
5
star
13

sf-homelessness

Working with Bayes Impact & the San Francisco Mayor's Office to construct homelessness metrics
Python
4
star
14

retrospective-bot

A Slack bot that records 'Good', 'Bad' and 'Try' things for the retrospective of the current scrum sprint.
Python
4
star
15

bayeshack-hhs-opioid-abuse

Jupyter Notebook
4
star
16

bayeshack-transportation-hazmat

Starter kit for the Bayes Hack 2016 Transportation prompt on transportation of hazardous materials
Jupyter Notebook
4
star
17

bayeshack-interior

Starter kit for the Bayes Hack 2016 interior prompt http://bayeshack.org/interior.html
3
star
18

french-job-suggest

A typeahead library for french job titles.
Python
2
star
19

bayeshack-transportation-ems

Starter kit for the Bayes Hack 2016 Transportation prompt on emergency services
Jupyter Notebook
2
star
20

pylint_import_modules

A Pylint plugin to ensure all imports are modules, and not Classes, functions or variables
Python
2
star
21

bayes-developer-setup

PUBLICLY VISIBLE. Tools, files, and other necessary things to get your machine configured for work at Bayes. This repository is public mostly to promote open processes and because there's nothing secret about it.
Python
2
star
22

zapier-helloasso

HelloAsso Zapier Integration
JavaScript
2
star
23

bayeshack-commerce-satellite

Starter kit for the Bayes Hack 2016 Commerce prompt on VIIRS satellite data
Jupyter Notebook
1
star
24

representative-population-generator

Jupyter Notebook
1
star
25

docker-circleci

Base image for the container we run on CircleCI 2.0 to build, tests and deploy Docker images for our web app.
Python
1
star
26

docker-pandas

Base image for Bayes scientific data analysis projects.
Dockerfile
1
star
27

CivicChat

A simple MVP using LlamaIndex and Gradio
Python
1
star
28

bayeshack-va-kidney

Starter kit for the Bayes Hack 2016 Veterans Affairs prompt on renal disease
1
star
29

bayeshack-va-suicide

Starter kit for the Bayes Hack 2016 Veterans Affairs prompt on suicide prevention
1
star
30

bayeshack-labor

Starter kit for the Bayes Hack 2016 Labor prompt
1
star
31

bayeshack-transportation-railroad

Jupyter Notebook
1
star
32

eslint-plugin-json5

A plugin for eslint to process json5 files
JavaScript
1
star
33

ma-voie

Web App to help job seekers through multiple coaching and training programs.
TypeScript
1
star
34

sf_census_tract_geojson

San Francisco census tracts in geojson
1
star
35

teradata-connector

Dockerfile
1
star