Python & AI @Microsoft🐍✨ Vice-chair @TheOfficialACM, @ThePSF fellow. Seeing open futures👁️ ex: @nvidia|@voltrondata|@pyconafrica chair👩🏾💻🌍❤️
Apr 8 • 5 tweets • 3 min read
Was at the @pydantic, MCP and @jxnlco meetup tonight in London!
Quick thread of some things I thought were interesting, starting with this slide from @dsp_, one of the creators of MCP about what he wishes people would do more with it.
Future plans for MCP include an official MCP Registry API, streaming support, name spacing and elicitation.
Questions about security and auth stuff! Microsoft is doing stuff with auth for enterprise btw
Jun 29, 2022 • 4 tweets • 4 min read
A few weeks ago I shared how you can animate a picture of yourself in #Python. Well!!! you can also animate a video of yourself too🐍✨
#animeganv2forvideos is an open ML project that uses #PyTorch to let you do this. Here's what it looks like in my terminal. Full code below👇🏿💕
This code is based on code in the project's public collab notebook✨ I edited it to run on a cpu and to be able to use it in my terminal. Pictures are in order👩🏿💻
If you've ever wanted to automate sending whatsapp messages from the terminal the #Python package #pywhatkit lets you do this in one line of code🐍✨
Here's all the code I used to send a message earlier today💕
You'll need to be logged in to whatsapp web because the package uses that API to send from your number. Other than that you're good to go🤳🏿✨ You can also send messages to groups etc.
Have you ever wanted to turn a written book into an audiobook! The #Python package #pyttsx3 converts text to speech and lets you do this in a few lines of code🐍✨
Here's all the code I used to get Python to read a short story out loud📚📣
You can change the pace, voice, and volume and it works offline! Could be a really fun side project, though the voice is a bit robotic 😅