Skillcate AI
Skillcate AI
  • Видео 45
  • Просмотров 554 786
Build AI Chatbot App using Gemini API, Gradio in Python | Gen AI Project | Chat with Elon Musk
In this video, we are going to create an AI chatbot that talks like Elon Musk, leveraging the cutting-edge capabilities of Google's Gemini 1.5 Flash-Model API. To make it user-friendly, we'll build a cool ChatGPT-inspired interface using Python and Gradio. And yes, the chatbot will have a memory feature, meaning it would remember conversation history.
Colab Notebook 🔗 colab.research.google.com/drive/1Nd9Ij1UYDNgsP4vzNPii6ESCNhIZHRnX?usp=sharing
Google AI Studio 🔗 aistudio.google.com/
Gemini API Key gives us access to multiple Gemini models. For instance: gemini-pro is optimized for text-only prompts. Whereas, gemini-pro-vision is optimized for text-and-images prompts. For our Chatbot, we are...
Просмотров: 485

Видео

Google Colab Tutorial for Beginners | How to use Google Colaboratory
Просмотров 3236 месяцев назад
Being an AI and Data Science enthusiast, you might feel like buying a high end laptop. But, there are free cloud platforms like Google Colab, Kaggle or Amazon Sagemaker Studio Lab, that offer free powerful GPUs. Among these, Google Colaboratory or simply, Colab, is the simplest one to to get started. You can literally start writing Python code in minutes, without any setup. In this Google Colab...
Write Cover Letter & Resume using ChatGPT 🔥 Best Prompts
Просмотров 299Год назад
✅ Best ChatGPT Prompts here 🔗 docs.google.com/document/d/1cQ4CJHJJ75CVaPY8JbCzQJvpdPKEGO4jfnXv1gnvtUo/edit?usp=sharing ✅ Write a Resume using ChatGPT 🔗 ruclips.net/video/5YFL5F-oAis/видео.html In this video, I'll show you how to write a cover letter using ChatGPT in two different ways: Writing a Cover Letter from Scratch & Rewriting a Cover Letter contextualised to a Job Role / Description. Thi...
Write a Resume using ChatGPT - Best PROMPT 🔥 Build CV in LaTeX with PDF Download
Просмотров 4,6 тыс.Год назад
Free Resources & Prompts here ✅ docs.google.com/document/d/1PlzA6WHb1GTWLNjt0O57vXE3TMMR-ZbGsGU_5quxksw/edit?usp=sharing How to build a Resume using Free AI Tool (ChatGPT), by pulling Profile Information from LinkedIn or Resume Text. We'll create a Resume that is absolutely tailored to the Job Role you are intending to apply. During the course of the video, I'll also teach you some effective Ch...
MERGE/COMBINE Multiple Excel Files (.XLSX + .CSV) into One File ⚡️ In 1 Minute ⚡️ With Python
Просмотров 11 тыс.Год назад
👉 Link to Python Code: drive.google.com/drive/folders/1i9iQuTxgR8tnTmdCdt2uVs18O0B0qFjw?usp=sharing In this video, join Bruce, an Operations Analyst at a Startup, to understand how to automate merging multiple Excel files (both .xlsx or .csv) - with the power of Python Programming. Discover how Bruce transforms his daily task of creating reports from dozens of Excel files into a streamlined pro...
YouTube Spam Prediction Machine Learning Project | Python & Snorkel Labeling | Project#12
Просмотров 1,8 тыс.Год назад
🔥 In this video, we are going to build an end-to-end Machine Learning Model - using an unlabelled dataset. We apply the powerful Programmatic Labeling Tool called Snorkel for programmatically creating and managing training datasets for Machine Learning Models. In the Model Training phase, we use CountVectorizer for Feature Representation and Logistic Regression for Classification. 🔥 Programmati...
Labeling Unlabeled Dataset | Introduction to Programmatic Labeling | Data Annotation | Part 1/2
Просмотров 4 тыс.Год назад
As aspiring data scientists, we often take labeled data for granted. Those of you who are working in the industry or academia would know how hard it is to get labeled data for your specific Machine Learning problem. In fact, there are hundreds of startups in the market today that provide data labeling services and actually charge you for it. So, the big question really is: How do I get labeled ...
Become a Data Analyst 10x FASTER | Free Resources Included
Просмотров 1,6 тыс.2 года назад
During my ~8 years of professional journey in: Consulting, Ecommerce & EdTech, I have interviewed a number of candidates for data analyst roles, taken hiring decisions and handled their onboarding. So, I have a deep understanding of what recruiters /hiring managers look for in the candidates when hiring for data analyst roles. Data Analyst Handbook with "Free Courses Resume Templates & Tools Co...
Fake News Detection Project with BERT Fine-tuning | Deep Learning for NLP | Project#11
Просмотров 15 тыс.2 года назад
Applying transfer learning to train a Fake News Detection Model with the pre-trained BERT. This is a three part transfer learning series, where we have covered: - Basic intuition behind Transfer Learning, link: ruclips.net/video/G8mYqxajvFk/видео.html - Deep-dive into Google’s BERT Model for NLP: ruclips.net/video/mn1dEpvEkX8/видео.html, and finally, - Build a Fake News Detection Model, using t...
BERT Model | Transfer Learning | Deep Learning - Neural Networks | Machine Learning | NLP | Part 2/3
Просмотров 3,8 тыс.2 года назад
BERT is the swiss army knife solution for 11 of the most common NLP tasks. It has an insane understanding of 70 global languages, including English. So, with Transfer Learning, we may use BERT as our base model, and fine-tune it for our specific NLP problem, like: sentiment analysis, article summarization, fake news detection, etc. With this, we have a production ready highly accurate model in ...
Introduction to Transfer Learning | Machine Learning | NLP & Computer Vision | Part 1/3
Просмотров 2,1 тыс.2 года назад
As humans, we have this inherent ability to transfer knowledge across tasks. For example: if you already know how to ride a bicycle, you can learn how to drive a motorcycle more easily with some fine-tuning on controlling the engine power. That’s precisely what Transfer Learning is. This is a three part transfer learning series, where we have covered: - Basic intuition behind Transfer Learning,...
Flight Fare Prediction Machine Learning Project with Deployment | Time Series | Project#10
Просмотров 11 тыс.2 года назад
🔥 Flight fare prediction is a classical problem of time series forecasting that find trends in past observations to outline the future. GitHub Project Repo: github.com/skillcate/flight-price-prediction Google Drive Project Folder: drive.google.com/drive/folders/1vnapi048bbmoXyoxOLLX6W_tA6a1uQ9w?usp=sharing Skillcate Discord Server: discord.gg/r42Kbuk Many popular flight booking websites today, ...
Twitter Sentiment Analysis Machine Learning Project | Live Twitter API | NLP Series | Project#9
Просмотров 7 тыс.2 года назад
Twitter Sentiment Analysis Machine Learning Project | Live Twitter API | NLP Series | Project#9
Tweepy Walkthrough | Twitter API v1.1 & v2 | NLP Project Series - Part 2/3 | Sentiment Analysis
Просмотров 4,6 тыс.2 года назад
Tweepy Walkthrough | Twitter API v1.1 & v2 | NLP Project Series - Part 2/3 | Sentiment Analysis
Twitter API with Python 2022 - using Tweepy | NLP Project Series - Part 1/3 | Sentiment Analysis
Просмотров 9 тыс.2 года назад
Twitter API with Python 2022 - using Tweepy | NLP Project Series - Part 1/3 | Sentiment Analysis
Conda Environments 2022 | Flask Deployment | GitHub | Sentiment Analysis Python App
Просмотров 1 тыс.2 года назад
Conda Environments 2022 | Flask Deployment | GitHub | Sentiment Analysis Python App
How LSTM Networks Work? | Deep Learning | Simple Explanation
Просмотров 21 тыс.2 года назад
How LSTM Networks Work? | Deep Learning | Simple Explanation
Word Embeddings Explained
Просмотров 1,7 тыс.2 года назад
Word Embeddings Explained
Sentiment Analysis with LSTM | Deep Learning with Keras | Neural Networks | Project#8
Просмотров 52 тыс.2 года назад
Sentiment Analysis with LSTM | Deep Learning with Keras | Neural Networks | Project#8
Build a Calculator App | Beginner-level Python Project with End-to-end Deployment | Project#7
Просмотров 8 тыс.2 года назад
Build a Calculator App | Beginner-level Python Project with End-to-end Deployment | Project#7
Sklearn Pipeline Intuition | Low Code Magical way of building ML Models | With End-to-end Example
Просмотров 4632 года назад
Sklearn Pipeline Intuition | Low Code Magical way of building ML Models | With End-to-end Example
PIP + Virtual Environment | Flask Deployment | Requirements.txt | Sentiment Analysis | GitHub
Просмотров 4,7 тыс.2 года назад
PIP Virtual Environment | Flask Deployment | Requirements.txt | Sentiment Analysis | GitHub
Sentiment Analysis Machine Learning Project with Scikit-learn Pipeline | Build & Deploy | Project#6
Просмотров 4,5 тыс.2 года назад
Sentiment Analysis Machine Learning Project with Scikit-learn Pipeline | Build & Deploy | Project#6
Emotion Detection using CNN | Deep Learning | Retail Analytics Project
Просмотров 6 тыс.2 года назад
Emotion Detection using CNN | Deep Learning | Retail Analytics Project
Gender Detection using CNN | Deep Learning
Просмотров 3,8 тыс.2 года назад
Gender Detection using CNN | Deep Learning
Age Detection using CNN | Deep Learning | Crazy Accuracy!!
Просмотров 9 тыс.2 года назад
Age Detection using CNN | Deep Learning | Crazy Accuracy!!
Credit Scoring Project using Machine Learning | Risk Modelling | Logistic Regression | ML Project#1
Просмотров 42 тыс.2 года назад
Credit Scoring Project using Machine Learning | Risk Modelling | Logistic Regression | ML Project#1
Age, Gender & Emotion Detection Project using CNN | Deep Learning Keras - Tensorflow | Project#5
Просмотров 14 тыс.2 года назад
Age, Gender & Emotion Detection Project using CNN | Deep Learning Keras - Tensorflow | Project#5
Marketing Analytics Project using Machine Learning | Campaign Funnel Optimisation | Project#4
Просмотров 14 тыс.3 года назад
Marketing Analytics Project using Machine Learning | Campaign Funnel Optimisation | Project#4
HOG Intuition | Simple Explanation | Feature Descriptor & Engineering
Просмотров 38 тыс.3 года назад
HOG Intuition | Simple Explanation | Feature Descriptor & Engineering