Summarize Documents using Python This video shows the python code which uses a summarization pipeline from transformers library to summarize the documents given in a folder. You can use your own specific LLM model or leave it to default to be selected by the code during runtime. I hope you…
Tag: python
How to search all the documents in a particular folder in windows? – Python code
Search all the documents in windows OS In this video it shows the demo of how to search all the documents in a windows folder (including subfolders) for a particular query string. In this demonstration, the app is developed using the Python code. I hope you like this video. For…
How to create or update your DOCX (document) files programmatically in windows OS using Python code?
Create/ Update docx file using Python In this video it shows the Python code which can be used to programmatically create or update a doc/ docx (document) file in your Windows OS. It imports document from docx library which is part of ‘python-docx’. So, if not already present then it…
How to create a simple Calculator with GUI in Python?
In this video it shows the steps and code to create a simple UI Calculator in Python. It uses Visual Studio Code – VS Code as editor for the Python code. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email…
How to run Python code in Android Studio and fix “No Python interpreter configured for the module” error?
In this video it shows the steps to configure the Android Studio to run Python script in it. It shows the required plugin installation and then steps to solve the Python interpreter error – No Python interpreter configured for the module. I hope you like this video. For any questions,…
How to run Python code in Android App?
In this video it shows the steps to run a python code in Android App’s code. It calls the python script from the Java code. It uses chaquopy plugin, which is Python SDK for Android. Details are available at: https://chaquo.com/chaquopy/ The steps for setting the Gradle is taken from this…
How to setup and run your first python program in Windows OS?
In this video it shows a very simple way to setup the python environment. It also shows how to write a simple python program and run it in the environment. The complete steps can be done in 5 – 10 mins. I hope you like this video. For any questions,…