Python-Bots
Python-Bots copied to clipboard
Robots developed in Python
<<This repository is under updating.
https://github.com/Melanee-Melanee/Python-Bots/assets/74653444/5f3fcfa8-f5a1-460c-ad01-b0f5dce3a150
Each step is going to be a new prompt for next steps.
First Step: chatbot, text generation
This step 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. The intents.json file is the data that we will provide to our chatbot.
https://www.youtube.com/watch?v=t933Gh5fNrc
Second Step: Speech recognition, voice generatoin
https://www.youtube.com/watch?v=gTn1fXYw9sU
https://github.com/bhattbhavesh91/voice-assistant-whisper-chatgpt
Third Step: voice + image = video, Video generation
https://www.heygen.com/
https://huggingface.co/papers/2305.10973
https://www.leewayhertz.com/create-generative-video-model/
Deep fake project:
https://github.com/Melanee-Melanee/Deep-Fake