Tag Archives: AI

Generative AI in Jupyter lab

Yesterday I mentioned 2 options to add a generative AI to the command-line (AI chat models at the command line) one of which is useful (gorilla_cli) while the other is more informative on how to implement a Large Language Model (LLM) on a computer. Both are free options. Yesterday I also discovered this Blog: Generative… Read More »

AI chat models at the command line

Today I discovered 2 AI methods to get AI prompts at the command line. Gorilla_CLI The first one is rather straight forward, and is called gorilla_cli See details on GitHub for installation at https://github.com/gorilla-llm/gorilla-cli I already used it today to ask complex regular expression code to convert some text using sed. The specific question was:… Read More »

A question-answering system for PDF files

This is a cool “App” written with Python Streamlit: upload a PDF and ask questions about it! It uses ChatGPT in the background. This “proof of concept” app has some “Community token” to access GPT. Or one can add a personal OpenAI API key. Web App: https://ask-my-pdf.streamlit.app Code: https://github.com/mobarski/ask-my-pdf Found on LinkedIn: streamlit_python-code-pdf (probably requires… Read More »

The Age of AI has begun

See https://www.gatesnotes.com/The-Age-of-AI-Has-Begun Bill Gates: “In my lifetime, I’ve seen two demonstrations of technology that struck me as revolutionary.” GPT is “the most important advance in technology since the graphical user interface”. AI is as big as the GUI…and bigger than the web. Bigger than Bitcoin. Bigger than Facebook. Bigger than smartphones. And VR/AR. And the… Read More »

AI and AI loop

See https://marketoonist.com/2023/03/ai-written-ai-read.html Here is a nice cartoon that simplifies the problem…the “loop” is complete! There are cool cartoons but need license… hence not posted here… Just go to link above.

AI tools to save time – ChatGPT et al.

Here are some AI Tools lists gathers along by reading posts on LinkedIn. From: Zain Kahn © @heykahn Try these Al tools to save 100+ hours every month: (LinkedIn Post) Presentations -> SlidesAi.io Writing Assistant -> Wordtune.com Email Assistant -> Tryellie.com Image Creation -> Midjourney.com Meeting Notes – Fireflies.ai Be a Sketch artist with Scribble… Read More »

Whisper into ChatGPT

Open AI (openai.com) Playground is a place to experiment new features. It is still in “Beta” and offers previews of what might be coming in ChatGPT, as detailed in the following YouTube video demonstrating: Voice recognition and transcribing text (while editing hums…) Use the recognized text as prompt (into ChatGPT directly) Transcribe and summarize an… Read More »