There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Data-Sets-For-Machine-Learning-
This folder contains data set sample for machine learning and practiceSpeech-to-Text-Converter
This GitHub repository contains a Python Streamlit app that utilizes machine learning to convert speech to text. The app allows users to upload audio files (in WAV or MP3 format) and uses the Speech Recognition library to perform speech recognition and convert the speech into text.EDA-web-app-using-streamlit
Exploratory Data Analysis (EDA) is an approach to analyzing data. I created eda web app using streamlit package to help out with my eda.Storytelling-With-Data
Here I have implemented few graphs from the book using Python and matplotlib library. Kindly find well documented Jupyter Notebooks for plots.Data-Science-Starter
This repository is for newcomers into the data science world. It Summarizes three key areas Data Exploration,Manipulation and Data CleaningWorld-Bank-Data-Cleaning-Script
This script cleans the data from world bank database and makes it appropriate for data visualization using Tableau or other softwaresEmail_Classifer_Using_Pandas
Using Pandas string contains function to find and classify emails as corporate or personal using email abbreviations such as @gmail.com, @hotmail in my dataset in pythonBrain_teasers
This repository contains daily coding challengesAutomating-data-transfer-to-Redshift-using-Python
This GitHub repository, provides a collection of easy-to-use scripts and tools to help you streamline your ETL process and get your data flowing into Redshift in no time.Geo_Location_Data
The-Machine-Learning-App
Tim
API-s-In-Python
Fetching data from APIs in Python is a common task for developers who need to retrieve information from web-based services. An API, or Application Programming Interface, is a set of rules and protocols that enable communication between two different software applications.Sentiment-Analysis-using-Hugging-Face-library
This GitHub repository provides a Python script that demonstrates how to perform sentiment analysis on a dataset of text data using the Hugging Face library.Binance-
This is a cryptocurrency price web app in Python using the Binance API and Streamlit. Particularly, real-time cryptocurrency price will be retrieved via the Binance API and displayed in the web app that is built using the Streamlit library in Python.Geocoding-Addresses-Using-the-OpenCage-API
The OpenCage Geocoding API provides reverse (latitude/longitude to text) and forward (text to latitude/longitude) geocoding via a RESTful API.Online_Retailer_Database
This is a Python project that defines a database schema for an online retailer using the SQLAlchemy library. The database contains several tables that represent customers, orders, products, sales, and returns, with various relationships between them.Time-series-forecasting
Through this project, you can build time series and forecasting models. Once you have uploaded a dataset with historical values of the signal to be forecasted, the app trains a predictive model in a few clicks, along with several visualizations to help you evaluate its performance and get further insights. The underlying model is built with Prophet, an open-source library developed by Facebook to forecast time series data. Future additions include adding Neural Prophet and more options to tune the models.Love Open Source and this site? Check out how you can help us