Pinned Repositories
Covid-19-Data-Analysis-Project-Using-Python-And-Tableau
In this covid-19 data analysis project using Python and Tableau video, you will learn how to perform exploratory data analysis using Python and see how to build covid-19 dashboard in Tableau. Using Tableau, you will create plots about the global cases, deaths, and recoveries.
create_an_MP3_player
We will create an MP3 player using pygame and Tkinter for GUI.
create_chatbot_using_python
This code is an implementation of a simple chatbot using TensorFlow, which is a machine learning framework developed by Google. The chatbot is trained using a neural network to classify user inputs into predefined intents and provide appropriate responses based on the detected intent.
create_chatbot_using_python_
We will create a virtual environment for our project and we will create a chatbot using Python and two powerful libraries: Natural Language Toolkit (NLTK) and TensorFlow.
Create_flappy_bird_using_python
We will create flappy bird game using pygame module
Create_twitter_bot_using_Python
We will create twitter bot using Python Tweepy module
discord_music_bot_using_python
In this video, we will create a discord music bot using Python
Integrate_ChatGPT_in_Whatsapp
You have to run both the files main.go and server.py in different terminals .
telegram_bot_using_python
We will create telegram bot using python
track_phone_number_location_using_python
This code imports the necessary libraries/modules, including phonenumbers, which is used to parse phone numbers, geocoder, which is used to determine the location of a phone number, and folium, which is used to create maps. It also assigns a value to the variable Key.
abhisarahuja's Repositories
abhisarahuja/create_chatbot_using_python
This code is an implementation of a simple chatbot using TensorFlow, which is a machine learning framework developed by Google. The chatbot is trained using a neural network to classify user inputs into predefined intents and provide appropriate responses based on the detected intent.
abhisarahuja/Integrate_ChatGPT_in_Whatsapp
You have to run both the files main.go and server.py in different terminals .
abhisarahuja/track_phone_number_location_using_python
This code imports the necessary libraries/modules, including phonenumbers, which is used to parse phone numbers, geocoder, which is used to determine the location of a phone number, and folium, which is used to create maps. It also assigns a value to the variable Key.
abhisarahuja/Create_twitter_bot_using_Python
We will create twitter bot using Python Tweepy module
abhisarahuja/telegram_bot_using_python
We will create telegram bot using python
abhisarahuja/create_an_MP3_player
We will create an MP3 player using pygame and Tkinter for GUI.
abhisarahuja/discord_music_bot_using_python
In this video, we will create a discord music bot using Python
abhisarahuja/Covid-19-Data-Analysis-Project-Using-Python-And-Tableau
In this covid-19 data analysis project using Python and Tableau video, you will learn how to perform exploratory data analysis using Python and see how to build covid-19 dashboard in Tableau. Using Tableau, you will create plots about the global cases, deaths, and recoveries.
abhisarahuja/create_chatbot_using_python_
We will create a virtual environment for our project and we will create a chatbot using Python and two powerful libraries: Natural Language Toolkit (NLTK) and TensorFlow.
abhisarahuja/Create_flappy_bird_using_python
We will create flappy bird game using pygame module
abhisarahuja/sudoku_solver_using_backtracking
We will solve sudoku using recursive algorithm
abhisarahuja/tic_tac_toe_using_python
We will develop a Tic Tac Toe game using Tkinter and Python Module
abhisarahuja/automate_excel-_sing_chat_GPT
We will automate excel using Chat GPT using python
abhisarahuja/Create_discord_bot_using_python
We will create a discord bot to get response as text, image, audio, video and pdf file.
abhisarahuja/fandom--master
abhisarahuja/generate_qr_code_using_python
We will generate a qr code using python
abhisarahuja/hello-world
My First Repository
abhisarahuja/minesweeper_using_python
We will create minesweeper game using Tkinter
abhisarahuja/minesweepwe_using_python
We will create minesweeper game using Tkinter
abhisarahuja/otpverificationGUI
We use tkinter and twilio module to develop OTP Verification GUI using Python
abhisarahuja/Photo_Manipulation_using_Python_Pillow
We will edit images and perform various actions using Python Pillow library
abhisarahuja/videoplayerusingpythontkinter
We will create a Python Video Player using Tkinter