All Projects → ryfeus → gcf-packs

ryfeus / gcf-packs

Licence: other
Library packs for google cloud functions

Programming Languages

python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
fortran
972 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to gcf-packs

Data-Science-Tutorials
Python Tutorials for Data Science
Stars: ✭ 104 (+116.67%)
Mutual labels:  functions, numpy, pandas
Lambda Packs
Precompiled packages for AWS Lambda
Stars: ✭ 997 (+1977.08%)
Mutual labels:  numpy, selenium, pandas
Instagram-Comments-Scraper
Instagram comment scraper using python and selenium. Save the comments into excel.
Stars: ✭ 73 (+52.08%)
Mutual labels:  selenium, pandas
datasets
🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
Stars: ✭ 13,870 (+28795.83%)
Mutual labels:  numpy, pandas
UDACITY-Deep-Learning-Nanodegree-PROJECTS
These are the projects I did on my Udacity Deep Learning Nanodegree 🌟 💻 💻. 💥 🌈
Stars: ✭ 18 (-62.5%)
Mutual labels:  numpy, pandas
introduction to ml with python
도서 "[개정판] 파이썬 라이브러리를 활용한 머신 러닝"의 주피터 노트북과 코드입니다.
Stars: ✭ 211 (+339.58%)
Mutual labels:  numpy, pandas
saddle
SADDLE: Scala Data Library
Stars: ✭ 23 (-52.08%)
Mutual labels:  numpy, pandas
ml-workflow-automation
Python Machine Learning (ML) project that demonstrates the archetypal ML workflow within a Jupyter notebook, with automated model deployment as a RESTful service on Kubernetes.
Stars: ✭ 44 (-8.33%)
Mutual labels:  numpy, pandas
Data-Science-Resources
A guide to getting started with Data Science and ML.
Stars: ✭ 17 (-64.58%)
Mutual labels:  numpy, pandas
Information-Retrieval
Information Retrieval algorithms developed in python. To follow the blog posts, click on the link:
Stars: ✭ 103 (+114.58%)
Mutual labels:  numpy, pandas
Python-for-data-analysis
No description or website provided.
Stars: ✭ 18 (-62.5%)
Mutual labels:  numpy, pandas
robotframework-preso
Introduction to Robot Framework - TriTAUG Presentation
Stars: ✭ 16 (-66.67%)
Mutual labels:  selenium, chromium
hamilton
A scalable general purpose micro-framework for defining dataflows. You can use it to create dataframes, numpy matrices, python objects, ML models, etc.
Stars: ✭ 612 (+1175%)
Mutual labels:  numpy, pandas
openwhisk-runtime-go
Apache OpenWhisk Runtime Go supports Apache OpenWhisk functions written in Go
Stars: ✭ 31 (-35.42%)
Mutual labels:  functions, serverless-architectures
onelinerhub
2.5k code solutions with clear explanation @ onelinerhub.com
Stars: ✭ 645 (+1243.75%)
Mutual labels:  numpy, pandas
datascienv
datascienv is package that helps you to setup your environment in single line of code with all dependency and it is also include pyforest that provide single line of import all required ml libraries
Stars: ✭ 53 (+10.42%)
Mutual labels:  numpy, pandas
openwhisk-runtime-python
Apache OpenWhisk Runtime Python supports Apache OpenWhisk functions written in Python
Stars: ✭ 39 (-18.75%)
Mutual labels:  functions, serverless-architectures
Dimensionality-reduction-and-classification-on-Hyperspectral-Images-Using-Python
In this repository, You can find the files which implement dimensionality reduction on the hyperspectral image(Indian Pines) with classification.
Stars: ✭ 63 (+31.25%)
Mutual labels:  numpy, pandas
linbaser
The program on a given grid from a file builds an approximation of the function by a piecewise linear basis. Made mostly in Russian, because of university subject.
Stars: ✭ 10 (-79.17%)
Mutual labels:  functions, numpy
Datscan
DatScan is an initiative to build an open-source CMS that will have the capability to solve any problem using data Analysis just with the help of various modules and a vast standardized module library
Stars: ✭ 13 (-72.92%)
Mutual labels:  numpy, pandas

gcf-packs

Library packs for google cloud functions

How to start

Upload ZIP directly to your cloud function or to Google Cloud Storage

Current packs

Selenium Chromium

Intro

Selenium on Chromium. In fact - a ready-made tool for web scraping. For example, the demo now opens a random page in Wikipedia and sends its header.

Useful for web testing and scraping.

Demo

Current demo opens random page from wiki (https://en.wikipedia.org/wiki/Special:Random) and prints title. Keep in mind that you have to unpack https://github.com/ryfeus/gcf-packs/blob/master/selenium_chrome/source/headless-chromium.zip before modifying your package (github doesn't allow to upload files bigger than 100 mb)

Documentation

https://selenium-python.readthedocs.io/

Used code and documentation

https://github.com/adieuadieu/serverless-chrome https://medium.com/clog/running-selenium-and-headless-chrome-on-aws-lambda-fb350458e4df

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].