Python | Machine Learning | Coding | R
62.3K subscribers
1.13K photos
67 videos
141 files
778 links
List of our channels:
https://t.me/addlist/8_rRW2scgfRhOTc0

Discover powerful insights with Python, Machine Learning, Coding, and R—your essential toolkit for data-driven solutions, smart alg

Help and ads: @hussein_sheikho

https://telega.io/?r=nikapsOH
Download Telegram
A powerful guide on artificial neural network

https://t.me/CodeProgrammer

More Likes, Share (Interact and don't be stingy) ❤️👍❤️
+50 most asked interview questions on ANN

https://t.me/CodeProgrammer

More Likes, Share (Interact and don't be stingy) ❤️👍❤️
Forwarded from Shohruh
This media is not supported in your browser
VIEW IN TELEGRAM
Artificial Intelligence && Deep Learning
Channel for who have a passion for -

* Artificial Intelligence
* Machine Learning
* Deep Learning
* Data Science
* Computer vision
* Image Processing
* Research Papers

https://t.me/DeepLearning_ai

https://t.me/MachineLearning_Programming
🖥 Lock Your Photos using Python

🔗 Link: https://github.com/pyca/cryptography

https://t.me/CodeProgrammer

More Likes, Share (Interact and don't be stingy) ❤️😇❤️
Please open Telegram to view this post
VIEW IN TELEGRAM
🤓 Awesome Face Recognition

Huge curated list of materials: face detection; recognition; identification; verification; reconstruction; tracking; super resolution and blur; generation and synthesis of faces; replacement of persons; protection against counterfeiting; search by face.

🖥 Github: https://github.com/ChanChiChoi/awesome-Face_Recognition

⭐️ https://t.me/CodeProgrammer

🇵 🇱 🇪 🇦 🇸 🇪 🇷 🇪 🇦 🇨 🇹
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Web2pdf: CLI to convert Webpages to PDF

Web2pdf is a useful command line tool that allows you to convert web pages to PDF files.

It supports batch conversion, allowing you to convert multiple web pages at once.

You can customize the styling of your PDFs using CSS, including fonts and background colors.

🟡 git clone https://github.com/dvcoolarun/web2pdf.git

🖥 Github: https://github.com/dvcoolarun/web2pdf

⭐️ https://t.me/CodeProgrammer

🇵 🇱 🇪 🇦 🇸 🇪 🇷 🇪 🇦 🇨 🇹
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Awesome Python Awesome: A curated list of awesome Python frameworks, libraries, software and resources.

🖥 Github: https://github.com/vinta/awesome-python

⭐️ https://t.me/CodeProgrammer ☄️

🇵 🇱 🇪 🇦 🇸 🇪 🇷 🇪 🇦 🇨 🇹
Please open Telegram to view this post
VIEW IN TELEGRAM
💎 Answer data science questions with AveryGPT chatbot

The best free data science job chat bot

🏷 AveryGPT
🌐 LINK 🌐

⚜️ https://t.me/ProgramsStore 🆔
Please open Telegram to view this post
VIEW IN TELEGRAM
🎁 650+ data science flashcards
🔖 Fast and enjoyable learning of data science topics

🥸 365DataScience website has created an interesting way to teach and strengthen data science concepts to help data scientists remember topics; "Using flash cards"!

🔰 These flash cards are designed in such a way that they help a lot in a strong understanding of statistics and probability, strategy and data literacy, popular data science programming languages, and reviewing key concepts for data science projects and job interviews

🏷 365 Data Science
🗂️ Data Science Flashcards

⚜️ https://t.me/codeprogrammer 🆔
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 A little word cloud generator in Python

Creating a word cloud based on the 'cl.txt' file

Particularly useful for NLP tasks or social media analysis

from wordcloud import WordCloud

import matplotlib.pyplot as plt

# Read text from a file
with open('cl.txt', 'r', encoding='utf-8') as file:
text = file.read()

# Generate word cloud
wordcloud = WordCloud(width=800, height=400, background_color='white').generate(text)

# Display the generated word cloud using matplotlib
plt.figure(figsize=(10, 5))
plt.imshow(wordcloud, interpolation='bilinear')
plt.axis('off')
plt.show()


A word cloud is a visual representation of a list of categories/tags. The more often a word occurs, the larger the size it takes on in the cloud.

pip install wordcloud

🥰 Github: https://github.com/amueller/word_cloud?ref=blog.electroica.com

🎼 https://t.me/codeprogrammer 🆔
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
🖥 Build a typing assistant with Mistral 7B and Ollama - Python Tutorial

Incredible - local AI chatbot based on Ollama and Mistral 7B in just a hundred lines of Python code (!)

💻 Tutorial

🖥 GitHub

🎼 https://t.me/codeprogrammer 🆔
Please open Telegram to view this post
VIEW IN TELEGRAM