Computer Science

[Academy Course] Creating a High-Performance Extensible ChatGPT Chatbot

💡 This is the supporting text tutorial of our Finxter Academy Course Creating a High-Performance Extensible ChatGPT Chatbot with Python I wanted to learn how to read from the text of the US Army field manual and build a chatbot to answer questions from it. The military is embracing ChatBots, so there is demand for …

[Academy Course] Creating a High-Performance Extensible ChatGPT Chatbot Read More »

ChatGPT at the Heart – Building a Movie Recommendation Python Web App in 2023

This is part of the course lesson of our course with the same name. Go back to the course via this link. In this project, I will show you how I have built a simple but quite powerful movie recommendation app. 💻 Try It Yourself: You can play with the live demo here. I built …

ChatGPT at the Heart – Building a Movie Recommendation Python Web App in 2023 Read More »

Finxter Project – Streamlit Password Generator App

This is part of our full academy course with video Project Description Both in my day job and personal life, I notice every day how important online security has become. Almost every part of our everyday lives are connected somehow to the Internet. And everyone of those connections requires (or should need) a password at …

Finxter Project – Streamlit Password Generator App Read More »

How to Create an Interactive Web Application using a Jupyter Notebook

Summary: To create an interactive web application in a Jupyter Notebook, use the three libraries ipywidgets, voila, and binder. This requires only basic Python programming skills without the need to learn a new framework. There are various Python tools available to create web applications and frontend GUIs.  For example, Flask and Django. As useful as …

How to Create an Interactive Web Application using a Jupyter Notebook Read More »