inzy's Stars
Pierian-Data/Complete-Python-3-Bootcamp
Course Files for Complete Python 3 Bootcamp Course on Udemy
PromtEngineer/localGPT
Chat with your documents on your local device using GPT models. No data leaves your device and 100% private.
eosphoros-ai/DB-GPT
AI Native Data App Development framework with AWEL(Agentic Workflow Expression Language) and Agents
getumbrel/llama-gpt
A self-hosted, offline, ChatGPT-like chatbot. Powered by Llama 2. 100% private, with no data leaving your device. New: Code Llama support!
Nutlope/llamacoder
Open source Claude Artifacts – built with Llama 3.1 405B
kudeh/automate-the-boring-stuff-projects
My solutions for the projects in automate the boring stuff with python
GalvanizeDataScience/Opinion-Mining-Project
Feature-Based Sentiment Analysis in Python
ashishpatel26/Machine-Learning-with-Real-World-Projects
Code Repository for Machine Learning with Real World Projects, Published by Packt
jmhummel/Traveling-Saleman-Genetic-Algorithm
Solving the Traveling Salesman problem with 49 US Capitals using a genetic algorithm
ashishpatel26/Complete-Life-Cycle-of-a-Data-Science-Project
Complete-Life-Cycle-of-a-Data-Science-Project
ashishpatel26/100-plus-Python-programming-exercises-extended
100+ python programming exercise problem discussed ,explained and solved in different ways
ashishpatel26/Best_AI_paper_2020
A curated list of the latest breakthroughs in AI by release date with a clear video explanation, link to a more in-depth article, and code
AbhishekC20001/Sentiment-Analysis-for-COVID-Vaccines-
Fetched real-time data from Twitter API and performed data cleaning and preprocessing. Made use of NLP techniques such as tokenization, stemming, and tf-idf vectorization. Using the K-Means Clustering algorithm, the tweets were classified into 3 sentiments and the analysis report consisting of charts was displayed using Flask.
ashishpatel26/Automated-Machine-Learning-with-Microsoft-Azure
Automated Machine Learning with Microsoft Azure
ashishpatel26/awesome-visual-representation-learning-with-transformers
Awesome Transformers (self-attention) in Computer Vision
Jboulery/MLTwitter
Opinion Mining on tweets
ashishpatel26/BraTs
PyTorch & Keras implementation for BraTs (Brain Tumor Segmentation)
ashishpatel26/OpenCV-Python-Tutorials-and-Projects
An easy to follow course of OpenCV using Python for beginners.
ashishpatel26/eat_pytorch_in_20_days
Pytorch🍊🍉 is delicious, just eat it! 😋😋
i-Shanky/Opinion-Mining-On-Twitter-Feeds
andro-burchuladze/Knapsack-problem-with-Genetic-Algorithm
Solve knapsack problem with generation algorithms.
ashishpatel26/Awsome-Deep-Learning-for-Video-Analysis
Papers, code and datasets about deep learning and multi-modal learning for video analysis
ashishpatel26/Azure-DP-100-Data-Scientist-Study-Guide
Azure DP-100 Data Scientist Study Guide
ashishpatel26/daily-paper-computer-vision
记录每天整理的计算机视觉/深度学习/机器学习相关方向的论文
ashishpatel26/DP100
Labs for Course DP-100: Designing and Implementing Data Science Solutions on Microsoft Azure
ashishpatel26/mediumship
:books: Read all Medium stories for free!
ashishpatel26/starter-academic
🎓 Easily create a beautiful academic résumé or educational website using Hugo, GitHub, and Netlify
haxhex/Ant-Colonies-for-the-Travelling-Salesman-Problem
Ant colonies for the Travelling Salesman Problem Solving Traveling Saleman Problem (TSP) by using Ant Colony Optimization Algorithm (ACO) by partitioning tasks between Hardware and Software Modules -Which was final project of Hardware and Software Co-design by using SystemC
HyTruongSon/Ant-Colony-TSP
Solving Travelling Saleman Problem: Comparison between Ant Colony algorithm, Genetic algorithm and Bitmask dynamic programming (only for small cases)
thanhbl-hust/Solving-Travelling-saleman-problem-using-GA
(Optimization) Solving TSP using different algorithms.