Skip to content

Commit 39a1790

Browse files
authored
added machine learning projects
1 parent 829b94e commit 39a1790

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The repository is organized into different categories, each containing specific
1717
- [GUI](https://github.com/drik493/python_projects/tree/main/GUI) 🖥️
1818
- [Calculator](https://github.com/drik493/python_projects/tree/main/Calculator) 🧮
1919
- [Games](https://github.com/drik493/python_projects/tree/main/Game) 🎮
20+
- [Machine learning](https://github.com/mrayanasim09/python-projects/tree/main/machine_learning) 🤖📚🧠
2021
- [Utilities](https://github.com/drik493/python_projects/tree/main/Utilities) 🛠️
2122

2223
## Projects 🔥
@@ -31,11 +32,9 @@ Explore the projects in each category to find detailed information, documentatio
3132
- [Tick cross (with GUI) ](https://github.com/mrayanasim09/python-projects/blob/main/GUI/tick_cross.py) ✔️❌
3233
- [ Todo list (with GUI)](https://github.com/mrayanasim09/python-projects/blob/main/GUI/todo.py) ✅📝
3334
- [Notepad](https://github.com/drik493/python_projects/blob/main/GUI/notepad.py) 📄
34-
- [A sentiments checker](https://github.com/mrayanasim09/python-projects/blob/main/GUI/sentiments.py) 🤔💬💭
3535
- [A snake and ladder game ](https://github.com/mrayanasim09/python-projects/blob/main/GUI/snake_ladder.py) and [(also download the images with it)](https://github.com/mrayanasim09/python-projects/blob/main/GUI/ezgif-5-ad15f112d4.gif) 🐍🪜
3636
- [A paint application](https://github.com/mrayanasim09/python-projects/blob/main/GUI/paint.py)🖌️🎨
3737
- [A file explorer](https://github.com/mrayanasim09/python-projects/blob/main/GUI/file_explorer.py) 📂🔎
38-
- [ A sketch maker of image ](https://github.com/mrayanasim09/python-projects/blob/main/GUI/sketch.py) 🖌️
3938
- [Youtube video downloader](https://github.com/mrayanasim09/python-projects/blob/main/GUI/youtube_download.py) 📺🔽💾
4039
- [spelling correction](https://github.com/mrayanasim09/python-projects/blob/main/GUI/spelling.py) 🔤📏🔍
4140
- [Figet spinner (use it on windows with space bar)](https://github.com/mrayanasim09/python-projects/blob/main/GUI/spinner.py) ߷
@@ -52,8 +51,6 @@ Explore the projects in each category to find detailed information, documentatio
5251
- [Quadratic Equation (with graph)](https://github.com/drik493/python_projects/blob/main/Calculator/Quadratic_Equation.py) 📈
5352
- [A mega calculator with all operations](https://github.com/drik493/python_projects/blob/main/Calculator/mega_calculator.py) 🖩
5453
- [A stock analyzer with its short form](https://github.com/mrayanasim09/python-projects/blob/main/Calculator/stock.py) 💵📊📈
55-
- [Gold price predictions (for days ahead of days entered by the user)](https://github.com/mrayanasim09/python-projects/blob/main/Calculator/gold_price.py) 💰🪙
56-
- [Crypto price predictions (for days ahead of days entered by the user)](https://github.com/mrayanasim09/python-projects/blob/main/Calculator/crypto_prices.py) 🚀🌕
5754
- [Number base converter](https://github.com/drik493/python_projects/blob/main/Calculator/number_base.py) 🔢
5855
- [Integration and differentiation](https://github.com/drik493/python_projects/blob/main/Calculator/int_diff.py)
5956
- [BMI calculator](https://github.com/drik493/python_projects/blob/main/Calculator/bmi.py) 🏋️
@@ -86,28 +83,35 @@ Explore the projects in each category to find detailed information, documentatio
8683
- [Dice rolling (With user guess without GUI)](https://github.com/drik493/python_projects/blob/main/Game/dice.py) 🎲
8784
- [Number guessing game](https://github.com/drik493/python_projects/blob/main/Game/number_guessing.py) 🔢❓
8885

86+
### Machine Learning 🤖📚🧠
87+
88+
- [Brightness controller with your hand](https://github.com/mrayanasim09/python-projects/blob/main/machine_learning/brightness_controllor.py) 🌞💡🎛️
89+
- [Eye blink detection (also download the . XML files)](https://github.com/mrayanasim09/python-projects/blob/main/machine_learning/eye_blink.py) 👁️🔍😴
90+
- [Text to speech](https://github.com/mrayanasim09/python-projects/blob/main/machine_learning/text_to_speech.py) 🔤🔉
91+
- [A language detector ](https://github.com/mrayanasim09/python-projects/blob/main/machine_learning/lang_dect.py) 🔍🌐
92+
- [Crypto price predictions (for days ahead of days entered by the user)](https://github.com/mrayanasim09/python-projects/blob/main/machine_learning/crypto_prices.py) 🚀🌕
93+
- [Gold price predictions (for days ahead of days entered by the user)](https://github.com/mrayanasim09/python-projects/blob/main/machine_learning/gold_price.py) 💰🪙
94+
- [Your phone camera on your PC ](https://github.com/mrayanasim09/python-projects/blob/main/machine_learning/camera.py) you can check more about it [here](https://www.makeuseof.com/tag/ip-webcam-android-phone-as-a-web-cam/) 📱💻📸
95+
- [A sentiments checker](https://github.com/mrayanasim09/python-projects/blob/main/machine_learning/sentiments.py) 🤔💬💭
96+
- [ A sketch maker of image ](https://github.com/mrayanasim09/python-projects/blob/main/machine_learning/sketch.py) 🖌️
97+
8998
### Utilities 🛠️
9099

91100
- [Network passwords (only for the networks you have been connected to)](https://github.com/drik493/python_projects/blob/main/Utilities/network.py) 🔐
92101
- [Your own browser](https://github.com/mrayanasim09/python-projects/blob/main/Utilities/browser.py) 🌐
93-
- [Brightness controller with your hand](https://github.com/mrayanasim09/python-projects/blob/main/Utilities/brightness_controllor.py) 🌞💡🎛️
94102
- [Count down (timer)](https://github.com/drik493/python_projects/blob/main/Utilities/count_down.py)
95-
- [Eye blink detection (also download the . XML files)](https://github.com/mrayanasim09/python-projects/blob/main/Utilities/eye_blink.py) 👁️🔍😴
96-
- [Your phone camera on your PC ](https://github.com/mrayanasim09/python-projects/blob/main/Utilities/camera.py) you can check more about it [here](https://www.makeuseof.com/tag/ip-webcam-android-phone-as-a-web-cam/) 📱💻📸
97103
- [Tells basic information of an Instagram account only from user name](https://github.com/mrayanasim09/python-projects/blob/main/Utilities/inta.py) 📸
98104
- [Transfer file (generate QR code for easy access)](https://github.com/drik493/python_projects/blob/main/Utilities/transfer.py) 📁
99105
- [Google search (from terminal)](https://github.com/drik493/python_projects/blob/main/Utilities/google.py) 🔍
100106
- [A password manager with a master key and encryption and decryption of passwords](https://github.com/mrayanasim09/python-projects/blob/main/Utilities/password_manager.py) 🔐
101107
- [bitcoin mining simulator](https://github.com/mrayanasim09/python-projects/blob/main/Utilities/btc.py)
102108
- [QR code generator](https://github.com/drik493/python_projects/blob/main/Utilities/url.py) 🔗
103-
- [Text to speech](https://github.com/mrayanasim09/python-projects/blob/main/Utilities/text_to_speech.py) 🔤🔉
104109
- [Wattsapp spam messages sender (you should click on the message bar of WhatsApp after running it)](https://github.com/mrayanasim09/python-projects/blob/main/Utilities/whatsapp_spam.py) 📧🔁📧🔁📧🔁
105110
- [Github repository details finder (only with username and name of the repository)](https://github.com/mrayanasim09/python-projects/blob/main/Utilities/github.py) :octocat:
106111
- [Secret code generator (with decoding support)](https://github.com/drik493/python_projects/blob/main/Utilities/secret_code.py) 🤐
107112
- [Password to hash form (md5)](https://github.com/drik493/python_projects/blob/main/Utilities/password_hash.py) 🔒
108113
- [Hash password cracking (md5 only, using rockyou.txt)](https://github.com/drik493/python_projects/blob/main/Utilities/password.py) 🚫🔍
109114
- [Password generator](https://github.com/drik493/python_projects/blob/main/Utilities/passwrd_generator.py) 🔐🔢
110-
- [A language detector ](https://github.com/mrayanasim09/python-projects/blob/main/Utilities/lang_dect.py) 🔍🌐
111115
- [Birth Day Finder (also zodiac sign, life path number, your birth date according to Islam and birthstone and birth flower)](https://github.com/drik493/python_projects/blob/main/Utilities/birthday.py) 🎂🎉
112116
- [ words and letter count of given text](https://github.com/mrayanasim09/python-projects/blob/main/Utilities/word_count.py) 🔢🔄️
113117
- [A program to make short forms for the entered words](https://github.com/mrayanasim09/python-projects/blob/main/Utilities/short_form.py) 🔤🔄

0 commit comments

Comments
 (0)