Python

text to speech

Text to speech using gTTS(Google Text-to-Speech) python

Overview Text-to-speech (TTS) technology reads aloud digital text. It can take words on computers, smartphones, tablets, and convert them into audio. Also, all kinds of text files can be read aloud, including Word, pages document, online web pages that can be read aloud. TTS can help kids who struggle with reading. Many tools and apps …

Text to speech using gTTS(Google Text-to-Speech) python Read More »

Mnist and Emnist Handwriting Recognition Using Keras and Tensorflow

Handwriting recognition aka classifying each handwritten document is a challenging problem due to huge variation in individual writing styles. The traditional approach to solving this would be to extract language-dependent features like the curvature of different letters, spacing b/w letters etc. And then use a deep learning-based approach to identifying these features. We will pass …

Mnist and Emnist Handwriting Recognition Using Keras and Tensorflow Read More »

financial data alpha vantage

Financial Time Series Data into Python Using Alpha Vantage

Overview Getting access to financial time series data sets can be a hassle. Fortunately, there are a few options available on the internet for pulling financial time series data directly into Python for analysis. Even better, many of these options are free. In this tutorial, we will pull financial time series data into Python using …

Financial Time Series Data into Python Using Alpha Vantage Read More »

scrapping tweets with twitterscraper

Twitterscraper: Scraping Twitter Data with Python

Overview If you need to scrape Twitter data with python and are struggling with other packages, Twitterscraper [GitHub] is a solid option for quickly collecting a large number of historical tweets. Social media can be a gold mine of data in regards to consumer sentiment. Platforms such as Twitter lend themselves to holding useful information. Since …

Twitterscraper: Scraping Twitter Data with Python Read More »