Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.43 KB

README.md

File metadata and controls

57 lines (33 loc) · 1.43 KB

Fintech Hiring Trends in the US

Due to the changing business models of the financial organizations in the United States, a new breed of products colloquially known as Fintech have risen. This case study revolves around the growing trends in the recruitment in the technology domain in financial organizations. Financial organizations are using emerging technologies in the domain of Artificial Intelligence, Machine Learning and Data Science to gain new insights. These technologies have also given birth to evolving business models.

Codelabs

https://codelabs-preview.appspot.com/?file_id=1bgoO_dj3LuSA2Xgfd3EnQ3DAiogqkv6ltB7bE8WrcJc#0

Getting Started

The steps required to install and deploy the project in live system are as follows:

Prerequisites

To begin first I need to install python 2.x/3.x in our local system and add it to our classpath.Some python packages are also needed for deployment

Python packages:

pandas
numpy
selenium
pdfminer
re
xlrd
openpyxl
collections
operator
csv
urllib
nltk
luigi

Installing

Following steps are required to install necessary packages

Install python packages mentioned above using pip command

pip install requirements.txt

Built With

  • Jupyter Notebook - Code editor used for python
  • Luigi - Python module used to generate complex pipelines for batch processing of jobs.