Open in app

Sign In

Write

Sign In

Jesko Rehberg
Jesko Rehberg

188 Followers

Home

About

Published in

Geek Culture

·Mar 9

Deploy your Flask app on the Google Cloud Platform

From localhost to the world wide web with GCP — Assuming you have successfully converted your Python project into a Flask app under localhost. if __name__ == "__main__": app.run() In five simple steps, we will deploy this app (main.py in this example) to the Google Cloud Platform. …

Gcp

3 min read

Deploy your Flask app on the Google Cloud Platform
Deploy your Flask app on the Google Cloud Platform
Gcp

3 min read


Feb 7

Train ChatGPT to Answer your Frequently Asked Questions

Enrich ChatGPT with your knowledge base. — Background Suppose we have questions that ChatGPT can’t answer. An example is the question about which country won the 2022 Soccer World Cup. import openai COMPLETIONS_MODEL = "text-davinci-003" openai.api_key = "Your_API_KEY" prompt = """Answer the question as truthfully as possible, and if you're unsure of the answer, say "Sorry, I don't know". Q: Who…

ChatGPT

6 min read

Train ChatGPT to Answer your Frequently Asked Questions
Train ChatGPT to Answer your Frequently Asked Questions
ChatGPT

6 min read


Feb 5

ChatGPT gets Paid Version

Who will make the commercial breakthrough? The OpenAI creators of the software ChatGPT want to earn money with subscription revenue. Will the free access to ChatGPT soon end? The past: In recent years, it has often been predicted that truck drivers will soon lose their jobs due to self-driving cars…

ChatGPT

2 min read

ChatGPT gets Paid Version
ChatGPT gets Paid Version
ChatGPT

2 min read


Published in

Towards Data Science

·Dec 12, 2022

Build a Docker Image for Jupyter Notebooks and run on Cloud’s VertexAI

Run any Python script automatically in Google Cloud Platform with Docker, Bash, Scheduler, Pub/Sub, and Function — Have you successfully programmed a Python application locally and now want to bring it to the cloud? This is an easy to follow and exhaustive step by step tutorial on how to turn a Python script into a Docker image and push it to the Google Cloud Registry. In Google…

Vertex AI

12 min read

Build a Docker Image for Jupyter Notebooks and run on Cloud’s VertexAI
Build a Docker Image for Jupyter Notebooks and run on Cloud’s VertexAI
Vertex AI

12 min read


Published in

Towards Data Science

·Oct 21, 2022

Project management the right way

Keep track of your tasks with this ready-to-use Excel/Python Gantt template — Background: Project management tools are a dime a dozen. But sometimes simple solutions are enough, especially if they combine Excel VBA with Python, so you don’t have to use a sledgehammer to crack a nut (or spend a fortune). One of the main components of a project management tool is…

Excel Vba Course

9 min read

Project management the right way
Project management the right way
Excel Vba Course

9 min read


Published in

Towards Data Science

·Oct 12, 2022

Traveling salesman problem

Find the shortest route using a genetic algorithm — The so called traveling salesman problem is a very well known challenge. The task is to find the shortest overall route between many destinations: saleswoman visits several stores in succession and returns to the starting point in the overall shortest distance at the end. We are going to implement a…

Python

7 min read

Traveling salesman problem
Traveling salesman problem
Python

7 min read


Published in

Towards Data Science

·May 30, 2022

Every drop counts

Use smart irrigation in a water-scarce world — Nowadays, it is becoming increasingly important to use the vital resource of water sparingly. Inspired by the book “Let there be water” by Seth Siegel and the increased periods of drought in Germany, I set out to find a more sustainable solution for my garden irrigation. Since I am a…

Openweathermap

6 min read

Every drop counts
Every drop counts
Openweathermap

6 min read


Published in

Towards Data Science

·May 25, 2022

High scalable fast search with Haystack

Put your FAQ search on steroids with Elasticsearch and GPU — In a previous post we created a simple “string match search” to find German/English translations. In a figurative sense, we can also call this translation table a kind of FAQ. FAQ search is said to have the following positive characteristics: very fast at inference time gives good control over answers …

Haystack

5 min read

High scalable fast search with Haystack
High scalable fast search with Haystack
Haystack

5 min read


Published in

Towards Data Science

·May 25, 2022

Creating autocomplete search forms

Tkinter vs Excel VBA — User-friendly search masks are almost indispensable in today’s flood of data. In this article we will see how to develop a responsive search for translation purposes using Tkinter and compare it with VBA.

Tkinter

5 min read

Creating autocomplete search forms
Creating autocomplete search forms
Tkinter

5 min read


Published in

Towards Data Science

·May 5, 2022

Sudoku smashing solution

Exhaustive Sudoku solving bot tutorial: Image and optical character recognition plus text to speech — In a previous article we created a bot called Isaac (inteligible solution for administrative and analytical communication). In this post we will teach Isaac how to play Sudoku. Isaac will receive eyes to see, hands to write and a mouth to speak. …

Image Recognition

6 min read

Sudoku smashing solution
Sudoku smashing solution
Image Recognition

6 min read

Jesko Rehberg

Jesko Rehberg

188 Followers

I write tutorials on data analysis using statistical and machine learning models at DAR-Analytics.com.

Following
  • Elijah Meeks

    Elijah Meeks

  • Valentina Alto

    Valentina Alto

  • Ana Bildea

    Ana Bildea

  • Pier Paolo Ippolito

    Pier Paolo Ippolito

  • Aleph Alpha

    Aleph Alpha

See all (49)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams