208 skills found · Page 3 of 7
moustafa-nasr / FahmatrixFahmatrix is a lightweight, modern Java library for working with tabular data, inspired by Python's Pandas and rooted in the idea of making data understanding (fahm) easy on the JVM.
samuelleach / Python NotebooksPython notebooks for demonstrating various ideas, APIs, libraries.
Person0z / Discord.py TemplateDiscord Python Bot Template, for those looking for ideas or starting to learn Python!
ChromaticFire / Machine Learning Application In Commercemachine learning examples in commercial area, based on Python, ideas from 《Python大数据分析与机器学习商业案例实战》
jtauber / Revan implementation of Git-like ideas in Python
s-shemmee / Python Project IdeasThis repository is a compilation of some of the best project ideas in Python to practice your skills. From a beginner level to complex projects, this list should keep you busy for days!
ambv / CommonplaceA basic Python-based publishing platform based around the idea of commonplace books
Ritesh-456 / Awesome Python Project IdeasThis repo contains a curated list of Python project ideas, categorized by difficulty (Easy, Medium, Advanced). Inspired by a popular tutorial, it's perfect for learners looking for engaging projects to build their Python skills. Explore diverse challenges, from simple games to complex applications!
VEDARSH05 / Hydrahow to install hydra how to install hydra- Hi guys if you are searching for how to install hydra and searching for the best article to get the best explanation about how to install hydra. Then you are in the right place. Today I'm here going to share the step by step tutorial about "how to install hydra". Through this article, you can get a lot of about how to install hydra and use in termux, how to install hydra in termux, how to install hydra on kali linux. And I'm damn sure that you will never get all this unique information like us on the internet anywhere else. how to install hydra What is Hydra Tool? Thc-hydra, In short, we can call it hydra, This tool is used for penetration testing and cracking the open ports and web login pages like FTP login pages, HTTP login pages, and many more pages. This tool is purely made to make the cracking process more efficient with the best results. So this tool is available for only some limited devices like Linux, Debian based but today will discuss how to install the hydra tool on any device without any errors or issues, Like termux and other terminal emulator apps. How to Install Hydra? To Install hydra there are some must requirements which you need to follow. REQUIREMENTS (Termux/Kali) > 1 GB of data storage > 50 MB internet data > 3 GB of ram for better performance > Android with 5.0.0 and higher > Rooted device I hope, you had followed all the requirements properly. 1. Install Termux app from F-droid app, and update & upgrade it. apt-get update apt-get upgrade 2. After updating Termux, Install basic packages like python, curl, wget, php, etc. apt install -y python php curl wget git nano 3. Now open the Termux home directory. cd $HOME 4. Git clone the hydra link in termux/kali. git clone https://github.com/vanhauser-thc/thc-hydra 5. Now open the cloned hydra repository in your terminal. cd $HOME/thc-hydra 6. Install some packages by executing the config script. ./configure make make install 7. All ready to go, Hydra tool usage help command. ./hydra -h 8. It's time for a little practical demonstration, So suppose you want to hack the FTP port then we can try this command. ./hydra -l admin -p password ftp://localhost/ 9. For more info you can check these commands, In which you get a proper idea about how you can use -p And -P commands according to your needs, That's all. hydra -l admin -p password ftp://localhost/ hydra -L default_logins.txt -p test ftp://localhost/ hydra -l admin -P common_passwords.txt ftp://localhost/ hydra -L logins.txt -P passwords.txt ftp://localhost/
akapkotel / Python Real Time Strategy GameThis is an RTS-like game written in Python 3 with arcade library. This is my most ambitious project up to date, since I try to overcome Python's shortcomings and make as efficiently-running game as possible. It will cover pathfinding, UI, AI, and graphics, using relatively slow and inefficient language. Main goal is to make it running sufficiently fast for p1layers to be able to actually play the game without pain. I do not have any good idea for the name of the game, so, for now it is just an RTS.
NodiraTillayeva / IntroToAICS50’s Introduction to Artificial Intelligence with Python. This course explores the concepts and algorithms at the foundation of modern artificial intelligence, diving into the ideas that give rise to technologies like game-playing engines, handwriting recognition, and machine translation.
tavisrudd / Throw Out Your TemplatesThis module is a rant (with code) encouraging Python developers to consider using pure Python for HTML generation rather than always using template languages. Read the module docstring for the rest of this rant. The temporary name is an ode to Ian Bicking's blog post 'Throw out your frameworks' (http://blog.ianbicking.org/2010/03/01/throw-out...). The ideas and code in it are an echo of what Stan, Breve, and various lisp libraries have been doing for a long time.
AhmedNasserG / GUC GradesA simple Python script based on web scraping idea to save your time while checking your grades
RockLakeGrass / Windows On ARM64 ToolchainTools for Windows on ARM devices like the Surface Pro X. Such as Python, Pygame, Pillow, matplotlib, pycryptodome, opencv, PyQt6, LxRunOffline, idea-CE, Qt Creator, Dev-Sidecar, MarkText, Perl, Aria2, Nodejs, MySQL
kmtusher97 / Knowledge Based QA System With Python And PrologThis project is a simple implementation of a knowledge-based system. It is a simple ChatBot. There is a prolog file that defines the knowledge base. The questions are handled with python. The key idea is mapping different questions for the same answer. The simplest way is finding keywords in the question. Using the keywords, a query is performed on the prolog knowledge base. Then the query result is shown with some prefix and suffix as the answer.
yashhhYB / 50 Python Project Ideasa list of 50 project ideas, ranging from intermediate to advanced, for you to build for yourself, your friends, or your fam. We hope to get your creative juices flowing and inspire you to jump into a personal project!
fabinhojorge / OCR WebAn OCR (tesseract) web interface to upload images. The idea of this project is to study technologies like Python, Django, Continuous Integration, Celery, etc...
Nishant-Wadhwani / Intelligent Infotainment System For Automobiles# Intellifotainment assist” – Smart HMI for passenger cars To run the program, download all files and save them in the same directory. After that, simply run 'Master.py' in the terminal. At the moment, the program will only run in linux based systems. # The Idea Infotainment systems have come a long way since the first set of dashboards installed in cars. Through our idea, we aim to create a Human Machine interaction model that takes infotainment systems to a new level. The driver tends to get distracted from the road while performing secondary tasks such as changing the music track, locking/unlocking the door while driving etc. Our system shall enable the driver to focus only on driving. Controlling the secondary tasks will be much easier. Our product primarily comprises of 5 modules: 1) Attention and drowsiness detection: - A camera shall be present on the dashboard, in front of the driver, behind the steering wheel. Through digital image processing techniques , using hough circle algorithm and haarcascade of an eye, we shall keep track of the driver’s sight. If he or she is looking away from the road while driving for more than a specified amount of time, we shall alert the driver to focus. We shall map the head orientation and iris position to accurately identify the driver’s attention. 2) Infotainment control features using blink combination: Through a combination of blinks, the driver can turn on or of the headlights, tail lights as well as indicators. Blinking of the eyes shall be detected using ‘dlib’ features in python. This shall give extremely accurate results. 3) Voice commands to control wipers, car lock, music system and windows A simple, yet extremely useful idea that would make the life of the driver a whole lot easy. Enabling the driver to speak to his car infotainment system would allow him to control and navigate these functionalities with great ease. The car will be enabled with a virtual assistant. 4) Automatic rear view mirror adjustment scheme: Using the camera placed in front of the driver, the system shall detect the position of the driver’s head. This shall also be done using image processing techniques and we shall identify the coordinates of the driver head in 3D space. There will be a mapping between the head position and mirror adjustment scheme. The mirrors will adjust their position using servo motors and shall do so automatically by identifying the head position. 5) A revolutionary reverse-assistance algorithm for smart parking and general reversing: Probably the highlight of our model, this feature shall make driving the car in and out of a parking spot, or rather, even reversing a car in general, far easier and safer than what it already is. Like most other modern cars, our model shall also have a camera installed at the back and the corresponding image displayed at the infotainment screen for parking assistance. Upon activating the reverse gear, the screen shall trace the line of motion of the car corresponding to the current position of the steering wheel. Because of this feature, the driver gets an idea of whether or not he’ll hit an obstacle while reversing if the steering wheel is kept at that position. Taking this feature to another level, the rear camera, after capturing the live video feed from the back of the car, shall perform image processing and machine learning algorithms to find a safe, obstacle-free path for reversing and indicate the driver to move the steering wheel accordingly. So instead of relying solely on the drivers judgement, our system shall actually find the path to be taken while reversing, such that other cars and other obstacles will be avoided, and accordingly recommend the driver to steer the wheel in that direction. This feature shall be extremely useful for new drivers/ learners. During the initial phase, to prevent errors from creeping in, we will always have a manual override button. After a good amount of testing, further modifications and refinements can be made. Our systems adds new dimensions to both precautionary safety measures, as well as convenience. If implemented properly, we are confident that our project will reach new heights of HMI and driver assistance technology. It will give drivers several less reasons to worry about.
pyvec / ZapojseGet involved! Ideas and To-Do of the Czech Python user group / Zapoj se! Nápadníček a To-Do českých Pythonistů
techinAI / DeepLearning.AIIn five courses, you will learn the foundations of Deep Learning, understand how to build neural networks, and learn how to lead successful machine learning projects. You will learn about Convolutional networks, RNNs, LSTM, Adam, Dropout, BatchNorm, Xavier/He initialization, and more. You will work on case studies from healthcare, autonomous driving, sign language reading, music generation, and natural language processing. You will master not only the theory, but also see how it is applied in industry. You will practice all these ideas in Python and in TensorFlow, which we will teach. You will also hear from many top leaders in Deep Learning, who will share with you their personal stories and give you career advice. AI is transforming multiple industries. After finishing this specialization, you will likely find creative ways to apply it to your work. We will help you master Deep Learning, understand how to apply it, and build a career in AI. Created by: Deeplearning.AI