Data Science


🦜️ LangChain + Streamlit🔥+ Llama 🦙: Bringing Conversational AI to Your Local Machine

generative ai, chatgpt, how to use llm offline, large language models, how to make offline chatbot, document question answering using language models, machine learning, artificial intelligence, using llama on local machine, use language models on local machine

artificial-intelligencepythonmachine-learning

Harnessing the Power of Hash Encoding for Categorical Data in Data Science

aidatadata-science

Vicuna — The Unparalleled Open-Source AI Model for Local Computer Installation

In recent years, artificial intelligence (AI) has been revolutionizing various industries, making workflows efficient and enabling smarter decision-making. Vicuna is one such groundbreaking…

programmingtechnologydata-science

Creating a Sales Prediction Model

Step-by-Step Using Python and Scikit-Learn

datadata-sciencemachine-learning

Get Ready to Build Your Own AI Animated Avatar: Step-by-Step Guide

Creating an AI animated avatar is a great way to learn more about computer vision and machine learning, and it can also be a fun project to showcase your skills. In this tutorial, we will be creating…

machine-learningdata-scienceai

Extracting Data from Salesforce with Python

Extracting public groups and their users from Salesforce using Python

pythonsalesforcesalesforce-tools

How to Jailbreak ChatGPT

Make ChatGPT say anything with these prompts. In this article, I benchmarked the most popular jailbreak prompts (e.g. DAN) to see what works best!

technologyartificial-intelligencetech

Streamlit and SQLite: The Ultimate Duo for Application Development

Step-by-Step Guide to Building a Password Manager System with Streamlit and SQLite3 in Python

pythonsqldata

The ChatGPT Killer - ZeroGPT.

In recent days ChatGPT has sure has been the talk of the town , attracting interest from all sorts of media , investors and tech giants . It has also made life easy for students , copy writers and…

artificial-intelligencechatgptdata-science

Convert Nested Dictionary to pandas Dataframe

we have created 3 dictionaries inside a dictionary “countries”. We then assigned these dictionaries to the values of the respective keys, 1 and 2, and 3. In the pandas’ document, The “orientation” of…

pythondata-sciencetechnology