- Видео 35
- Просмотров 426 035
Mikael Codes
Добавлен 27 янв 2021
Friendly explorations in code.
Whisper to Obsidian - Super easy voice notes to text
A quick tutorial on how to make use of OpenAI's Whisper to speak to your Obsidian app and get the results as great quality text.
I use it a lot for journaling and taking spontaneous notes through the day, so I hope you'll find it useful too!
Note: You need an OpenAI API key!
platform.openai.com
#Obsidian #AI #Whisper
I use it a lot for journaling and taking spontaneous notes through the day, so I hope you'll find it useful too!
Note: You need an OpenAI API key!
platform.openai.com
#Obsidian #AI #Whisper
Просмотров: 4 557
Видео
Whisperer - How to speak to any program with AI
Просмотров 66410 месяцев назад
Learn to use a simple Python tool that allows you to talk to your computer and paste the text result into your active window. Great for composing emails, keeping a journal, taking notes, messaging friends, and even coding when you want to save your wrists and fingers. All you need to have is Python3 and an OpenAI account and API key. Code repo: github.com/grassick/whisperer 00:00 Intro 02:22 Vi...
Telegram Voice notes to Obsidian
Просмотров 3,3 тыс.Год назад
Here we build a free integration to send voice notes and have them transcribed as text into your Obsidian vault(s). www.make.com/en/register?pc=mikaelcodes 00:00 Intro 01:50 Steps to build integration 03:40 Scenario step-by-step 10:30 Testing and Conclusion Use: Free make.com account to build integration Telegram bot to grab voice notes Eden AI credit to transcribe audio Dropbox to store files ...
ChatGPT agents in Unity simulating a philosophical chat
Просмотров 691Год назад
In a previous video we created some agents in the Unity game engine with the ability to query ChatGPT and set them to have a little dialogue. In this video, we'll just observe a bit of such dialogue on a philosophical topic. The initial prompt used is: "Ask a key philosophical question in the tradition of German Idealism? For example about being, freedom, ground, autonomy." Whatever one agent s...
ChatGPT and Unity | Building Basic AI Agents
Просмотров 3 тыс.Год назад
Learn how to call the ChatGPT from within Unity. Here we’ll create two agents who are each able to query ChatGPT, display their speech as text, and respond to each other in dialogue. A recent paper pointed towards a future of interactive experiences populated by AI agents which tap into large language models to be able to simulate believable human behaviour. In the simulation they go about thei...
How to connect Telegram and ChatGPT
Просмотров 63 тыс.Год назад
Want to send messages to ChatGPT in Telegram and get a response directly in your chat? You can build your own integration in just a few easy steps as shown here. 00:30 Creating a new Telegram bot 02:18 Creating the integration in Make 07:00 Testing the connection This could be coded in any number of ways but for speed and simplicity, I'm using the free tier of make.com to build the connection. ...
ChatGPT-4 + Webscraping with Scrapeghost
Просмотров 2,6 тыс.Год назад
Taking a look at an experimental ChatGPT-linked webscraping library in Python called Scrapeghost. I run through the main parts of the official tutorial, then scrape a different site for a list of results, all in a few simple steps. 00:00 Intro 03:12 First site scrape 15:33 Second site scrape Find the project here: jamesturk.github.io/scrapeghost/ github.com/jamesturk/scrapeghost jamesturk.net/p...
AI-Powered Flashcards with Wisdolia
Просмотров 15 тыс.Год назад
Supercharge your study routine by turning PDFs, articles and even RUclips videos into accurate flashcards which you can review online, email to yourself, or even sync with Anki using Wisdolia. It's a great little extension that caught my attention and in this video I just take it for a little spin and demonstrate how to sync it with Anki. www.wisdolia.com/ Wisdolia_ Anki is great, f...
ChatGPT-4 and VS Code
Просмотров 14 тыс.Год назад
Exploring what a ChatGPT plugin to VS Code has to offer now that version 4 is out. Looking at the high-level code analysis, more detailed descriptions of files and methods, and then using the extension to add a new feature to a project. Using this extension: marketplace.visualstudio.com/items?itemName=EasyCodeAI.chatgpt-gpt4-gpt3-vscode #ChatGPT #OpenAI #Javascript #VSCode
Voice + GPT | Build your own AI assistant connected to GPT | Python | 2023
Просмотров 16 тыс.Год назад
Let's turbocharge our voice-controlled Python AI assistant by connecting it to OpenAI's API so that we can ask it any question and get a spoken response from our growing exobrain. We'll look at how to gain access to OpenAI's API, how to formulate basic prompts and query that API, and then how to add a module to our AI Assistant so that it knows when to go ask ChatGPT for wisdom which it can the...
Python AI Assistant with a Natural Voice
Просмотров 11 тыс.Год назад
In this video we upgrade our voice-controlled AI assistant to respond to us with a more humanlike voice by leveraging the Google Text-to-speech API and the generous free $300 allotment. In the first half of the video we cover the steps to take to gain access to the Google Cloud API. In the second half we explore the available voice options and update the AI assistant code to make use of the new...
ASCII Tesseract | 4D Hypercube in Python
Просмотров 1,2 тыс.2 года назад
ASCII Tesseract | 4D Hypercube in Python
Make Amazing Maps Online in Moments using PrettyMapp
Просмотров 3,3 тыс.2 года назад
Make Amazing Maps Online in Moments using PrettyMapp
Building a Digital Bookshelf in D3.js
Просмотров 8352 года назад
Building a Digital Bookshelf in D3.js
Create your own AI Assistant | Python | 2022
Просмотров 162 тыс.2 года назад
Create your own AI Assistant | Python | 2022
Make Beautiful Maps of your Favourite City in Minutes
Просмотров 3,1 тыс.2 года назад
Make Beautiful Maps of your Favourite City in Minutes
ASMR Coding - Breeding Super Mutant Wombats in Python (No talking)
Просмотров 3022 года назад
ASMR Coding - Breeding Super Mutant Wombats in Python (No talking)
How to Find Exoplanets with Python + Lightkurve
Просмотров 12 тыс.2 года назад
How to Find Exoplanets with Python Lightkurve
Create Gorgeous Maps with Prettymaps + Python
Просмотров 27 тыс.2 года назад
Create Gorgeous Maps with Prettymaps Python
Creating Endless Anime Faces with Python + StyleGAN2 + Colab
Просмотров 8 тыс.2 года назад
Creating Endless Anime Faces with Python StyleGAN2 Colab
Knowledge Capture with Obsidian - Productivity Hacks
Просмотров 4,7 тыс.2 года назад
Knowledge Capture with Obsidian - Productivity Hacks
Five Github Copilot Tricks in Python
Просмотров 31 тыс.2 года назад
Five Github Copilot Tricks in Python
Coding a Plagiarism Detector in Python
Просмотров 21 тыс.3 года назад
Coding a Plagiarism Detector in Python
Checking online shop stock using Python
Просмотров 8 тыс.3 года назад
Checking online shop stock using Python
Hi, i have error 429 in the second part. I was looking in comments and still can't find solution.
Thanks for the video. How to make it remember the conversation history?
Does it transcript recorded audios? Cuz i just have some that it's already recorded. Does it work that way too? Thanks
Why the reply is very short. Limited to 10-20 characters?
you goddamn beauty i adore you! in under an hour you showed how to basically do something that was considered sci-fi just 10 years ago.
The Colab is giving this error: "ERROR: Package 'prettymaps' requires a different Python: 3.10.12 not in '>=3.11'" I wonder if prettymaps has been updated to need a newer version of Python than Colab uses?
OMG THANK YOU i think this is JUST what i needed! Imma try tonight
I would like to make a bot where I can have an autoresponder like responding specific questions to my group, like Bank Info for payments, how to cancel membership etc. But also have it linked with CHATGPT. Can you explain process?
can i use Whisper as an integration in my custom bot (telegram) to convert my voice into text and then summarize or improve the text after that and then sending it a a google doc
How can I do the same for a group?
Great video (I have an error with chat gpt : do i have to pay to make it work?)
why mine have RuntimeError [400] Invalid value for 'content': expected a string, got null. Origin OpenAI (ChatGPT, Whisper, DALL-E) Automatic error handler If you want to handle this error automatically, choose one of the following options. This will create a new error-handler route in your scenario. You can then expand the route in any way you like.
Man i just asked a company to make this bot for me and they asked for 8k 😂 and suddenly i see you have given it for free. Thank u ❤
8k? the same exact thing?
I don't know what you typing in or nothing I can barely see the f****** typing I need another
You tell me I need a computer first you going a little too fast
I can’t find the pyaudio whl for python version 3.12 what should I do here won’t respond but he hears the commands 🤔
Help please in Initial Setup! Exception has occurred: ModuleNotFoundError No module named 'distutils' File "C:\Users\dhurwitz\IdeaProjects\Voice AI Assistant\main.py", line 25, in parseCommand with sr.Microphone() as source: ^^^^^^^^^^^^^^^ File "C:\Users\dhurwitz\IdeaProjects\Voice AI Assistant\main.py", line 47, in <module> query = parseCommand().lower().split() ^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'distutils'
run pip install distutils
it said timeout limit exceeded when trying to download the pixelfile. Is this a problem with my hardware?
Oh god. Ur keyboard sounds awfully annoying. Cant watch ur video..
It askes for number of tokens. I think it is paid.
I keep getting an error 429. :(
Same, did you figure out what was going on?
I figured it out.... 😅 Gotta add funds
@@norris1781 as in pay for it?
@@norris1781 what did you do?
@@sencianibryan you need to add funds to your account.
How to train chatgpt which linked to telebot. Tks
is it limitless , i mean messaging
Hi Mikael, thank you for your Video! 😃 I have tried both links but neither seems to work anymore. Is there a possibility that you could take a look at this...? I would like to make a map for my brother. 😅 Thank you already
im 12
Im starter in game develope with pyton and i study html and css and i want to learn AI with python
How to Automatically Copy Posts from Telegram Channels to Your Own Channel using Integromat
that awesome.
I actually found a star with a flicker like that. it has a period length of 5 days. multiple measurements show that. what do I do now?
thats crazy
where do my comments vanish?????????????👿
It is free of cost
What if i find exoplanet? What sort of further analysis can be done?
Great Video to get started
10/10 bro!
Looks pretty good man
5:10 No Understand You Skip
I have two coded AI, one works with quirky pre programmed random responses, but is slow in reaction, and keeps timing out after a min with no user response, so I have to activate it again manually. Also I lost the male voice. I have it installed on ms but pyttsx3 sapi5 won't let me use him. Now this leads me here to my new AI who is now a female. I can get it to respond with the say command, but not activationword first. When I say the word it comes back I did not catch that, please repeat. So I had to remove the key word, now the AI is always listening 😅 initially, I had the listener.listen line where you have it, but it wouldn't pick up the key word 'say' so I moved it to engine section. Now it hears key words in command, just not the name as activationword.
Could we make it without chatgpt api, so it has its data folder with a lot of information and then we can use that voice thing u have made to ask it question and it finds ans answer, if it doesn't it has 2 options: The info is there it didn't find it so u can just navigate it You need to give it some information it can say, so you need to make a new file in data folder I need that please ❤❤❤ Love your content!!!
Using the mobile Quick Action option there is perfect use case, I don't often use command palette on mobile. For anyone wondering how to find the command palette after remapping pull down: go to hamburger menu at bottom right and find 'Open Command Palette' from the list there instead.
holy moly that's a good one. Nice vid!
Extraordinary
Hey man, idk if you still check comments on this but when I try to install speech_recognition, it doesn't work. I looked at the PyPI website for it and it said that SpeechRecognition works, it it the same thing?
Thx it's very good!! I have a mistake when I use the plugging. I don’t see a transcription and ‘failed to parse 429’ is shown. Do you know how to solve the problem? Thx!!
when you have subscription, ChatGPT allows you make custom GPTs in your account, how can I connect that only to a telegram bot for larger audience to use?
Hi, how would i go about adding a way for it to stop while reading from wiki? so if it were in the middle of reading i would say stop or somethin and it would end the reading and continue the loop. thank you
What to tiype in for croatian language
Running] python -u "c:\Users\jspet\hello\.venv\AIPerASS\tempCodeRunnerFile.py" Traceback (most recent call last): File "c:\Users\jspet\hello\.venv\AIPerASS\tempCodeRunnerFile.py", line 1, in <module> pyttsx3 NameError: name 'pyttsx3' is not defined [Done] exited with code=1 in 0.379 seconds
❤❤❤❤
Do you perhaps know how to add a functional inline keyboard and memory for a bot so that the AI remembers what the conversation was about? I would be very grateful if you could tell me. Thank you!