Making a loudness monitor for online meetings
https://rolisz.ro/2023/02/02/making-a-loudness-monitor/
https://rolisz.ro/2023/02/02/making-a-loudness-monitor/
rolisz's blog
Making a loudness monitor for online meetings
As I work from home 90% of the time, I run into a small issue during meetings: I sometimes speak too loudly. Before my daughter Gloria arrived, this was something that annoyed my wife and others in the house, but now, when Gloria is sleeping, this is not…
xloil
xlOil provides framework for interacting with Excel in different programming languages (python & C++ currently)
https://github.com/cunnane/xloil
xlOil provides framework for interacting with Excel in different programming languages (python & C++ currently)
https://github.com/cunnane/xloil
GitHub
GitHub - cunnane/xloil: xlOil provides framework for interacting with Excel in different programming languages (python & C++ currently)
xlOil provides framework for interacting with Excel in different programming languages (python & C++ currently) - cunnane/xloil
How to build an AI assistant for your documentation
Learn how to use GPT-3 to create an AI assistant for documentation, blogs, books etc.
https://mikeesto.com/posts/build-ai-assistant/
Learn how to use GPT-3 to create an AI assistant for documentation, blogs, books etc.
https://mikeesto.com/posts/build-ai-assistant/
Michael Esteban
How to build an AI assistant for your documentation
How is everyone building an AI assistant for their documentation? I spent several nights after work making my own AI assistant. This is a summary of everything I have learnt.
Python 3.11.2, Python 3.10.10 and 3.12.0 alpha 5 are available
https://pythoninsider.blogspot.com/2023/02/python-3112-python-31010-and-3120-alpha.html
https://pythoninsider.blogspot.com/2023/02/python-3112-python-31010-and-3120-alpha.html
Blogspot
Python Insider: Python 3.11.2, Python 3.10.10 and 3.12.0 alpha 5 are available
NaturalSpeech
End-to-End Text to Speech Synthesis with Human-Level Quality.
https://github.com/heatz123/naturalspeech
End-to-End Text to Speech Synthesis with Human-Level Quality.
https://github.com/heatz123/naturalspeech
GitHub
GitHub - heatz123/naturalspeech: A fully working pytorch implementation of NaturalSpeech (Tan et al., 2022)
A fully working pytorch implementation of NaturalSpeech (Tan et al., 2022) - heatz123/naturalspeech
Dis This: Disassemble Python code online
http://blog.pamelafox.org/2023/02/dis-this-disassemble-python-code-online.html
http://blog.pamelafox.org/2023/02/dis-this-disassemble-python-code-online.html
blog.pamelafox.org
Dis This: Disassemble Python code online
When I was a lecturer at UC Berkeley teaching Python to thousands of students, I got asked all kinds of questions that got me digging deep...
Polymath
Convert any music library into a music production sample-library with ML.
https://github.com/samim23/polymath
Convert any music library into a music production sample-library with ML.
https://github.com/samim23/polymath
GitHub
GitHub - samim23/polymath: Convert any music library into a music production sample-library with ML
Convert any music library into a music production sample-library with ML - samim23/polymath
airbytehq / airbyte
Data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes.
https://github.com/airbytehq/airbyte
Data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes.
https://github.com/airbytehq/airbyte
GitHub
GitHub - airbytehq/airbyte: The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to…
The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted. ...
Data Scientist in the Aerospace industry - I'm going to start posting daily practical videos instead of the abundant theoretical knowledge I see everywhere, check me out and let me know how I can improve the format
https://www.reddit.com/r/Python/comments/115l10k/data_scientist_in_the_aerospace_industry_im_going/
https://www.reddit.com/r/Python/comments/115l10k/data_scientist_in_the_aerospace_industry_im_going/
Reddit
r/Python on Reddit: Data Scientist in the Aerospace industry - I'm going to start posting daily practical videos instead of the…
Posted by u/Automatic_Log_500 - 645 votes and 40 comments
Migrating from Flask to FastAPI, Part 2
Here's the second part of the blog series about the migration from Flask to FastAPI. In this one we'll see all the main code changes and refactors you would need to do.
https://engineering.forethought.ai/blog/2023/02/14/migrating-from-flask-to-fastapi-part-2/
Here's the second part of the blog series about the migration from Flask to FastAPI. In this one we'll see all the main code changes and refactors you would need to do.
https://engineering.forethought.ai/blog/2023/02/14/migrating-from-flask-to-fastapi-part-2/
engineering.forethought.ai
Migrating from Flask to FastAPI, Part 2 - Forethought AI Engineering
Welcome to the Forethought AI engineering team's blog! We are a group of software engineers, data scientists, and machine learning experts who are committed to building innovative solutions to improve the efficiency and effectiveness of customer service teams.
Analyzing How Much Time I Spend in Meetings
I will show you how I ran some simple analytics on my Google Calendar history over almost 7 years. I used SingleStoreDB for this, but it should be straightforward to do this with any database.
https://davidgomes.com/analyzing-how-much-time-i-spend-in-meetings-using-sql-and-python/
I will show you how I ran some simple analytics on my Google Calendar history over almost 7 years. I used SingleStoreDB for this, but it should be straightforward to do this with any database.
https://davidgomes.com/analyzing-how-much-time-i-spend-in-meetings-using-sql-and-python/
David Gomes
Analyzing How Much Time I Spend in Meetings (using SQL and Python)
tl;dr: I will show you how I ran some simple analytics on my Google Calendar history over almost 7 years. I used SingleStoreDB for this, but it should be straightforward to do this with any database. Skip to the second part if you don’t care about the technical