Category:November, 2023 - Develop Pile - Page 3

  • [Docker] Docker Use Cases and Future Development, Docker Hub Services, Environment Security

    Time:2023-11-16

    preamble Docker is aOpen source application container engineThe first step in this process is to create a portable container that allows developers to package their application and its dependencies into a portable container and then publish it to any of the popularLinux or WindowsOperating system on the machine, you can also achieve virtualization, containers are […]

  • [Git] Git branches and tags to master these skills let you become a qualified coder

    Time:2023-11-15

    I. Practical scenarios of branching and labeling in the development process 1.1. What is Branching and Labeling Branches: Function Development: When a team member needs to develop a new feature, a new feature branch can be created. This branch can be independent of the main development line and does not interfere with other development work, […]

  • Train your own large language model quickly: fine-tuning of lora instructions based on LLAMA-7B

    Time:2023-11-15

    catalogs 1. Selected works: lit-llama2. Downloading the project3. Installation environment4. Download the LLAMA-7B model5. Doing model conversions6. Preliminary testing7. Why is instruction fine-tuning necessary?8. Commencement of instruction fine-tuning8.1 Data preparation8.2 Starting Model Training8.3 Model Testing Preface: System: ubuntu 18.04Graphics card: A100-80G (dabble, hehehe~) (This time the main record is how to quickly fine-tune commands for […]

  • Tensorflow-gpu nanny-level installation tutorial (Win11, Anaconda3, Python3.9)

    Time:2023-11-14

    Tensorflow-gpu Nanny Installation Tutorial (Win11, Anaconda3, Python3.9) preamblePreparation for Tensorflow-gpu version installation(a) Check the computer’s video card:(ii), Anaconda installation(iii) cuda download and installation(D), cudnn download and installation(v) Configuration of environment variables(F), create tensorflow environment(VII), test whether Tensorflow-gpu is installed successfully or notuninstall and reinstall preamble CPUversions andGPUThe differences between the versions are mainlyrunning speed,GPUVersion Running […]

  • Opencv Image Processing

    Time:2023-11-13

    Article Catalog Blogger’s Boutique Column NavigationNote: The following source code can be run, different projects involved in the function are analyzed in detail.11、Image project practice(i) Bank card number identification — sort_contours(), resize()(ii) document scanning OCR recognition — cv2.getPerspectiveTransform() + cv2.warpPerspective(), np.argmin(), np.argmax(), np.diff()detectAndDescribe(), matchKeypoints(), cv2.findHomography(), cv2.warpPerspective(), drawMatches()(iv) Parking lot space detection (Keras-based CNN classification) — […]

  • Python based license plate recognition system implementation

    Time:2023-11-13

    This paper will take the direction of Python based license plate recognition system implementation, introduce the basic principles of license plate recognition technology, common algorithms and methods, and explain in detail how to use Python language to implement a complete license plate recognition system. catalogs introductoryApplication Scenarios of License Plate Recognition TechnologyAdvantages of Python in […]

  • [Intranet Security – Tunneling] Intranet Penetration_Spp on line (full duplex communication)

    Time:2023-11-10

    catalogs Spp (special protocols on line) 1. Brief description: 2. Usage: 1. Preparation 2. Server 3. Clients 4、cs、msf Spp (special protocols on line) 1. Brief description: 1)Supported protocols:tcp, udp, rudp (reliable udp), ricmp (reliable icmp), rhttp (reliable http), kcp, quic 2)Type of support:Two-way proxy, socks5 forward proxy, socks5 reverse proxy 3)External agency agreementsandinternal forwarding protocolcanfree […]

  • Networking, HTTP, Session Hold, Authentication Authorization

    Time:2023-11-10

    catalogs 1. Networking 2.HTTP 2.1. Message structure 2.1.1. request message 2.1.2. Response message 2.2. Methodology 2.3.HTTPS 2.4. Cross-domain 3. Session Hold 3.1. Overview 3.2.cookie 3.3.session 4. Authentication authorization 4.1.Token 4.2.JWT 4.3.oauth 1. Networking Computer networks: Computer network, a set of topologies consisting of nodes and edges. The edge, or link, is the backbone link between […]

  • Installing tensorflow on Windows

    Time:2023-11-8

    Article Catalog I. Environmental configuration1.1 Installing python 3.81.2 Installing Miniconda1.3 Installing Visual C++ Second, install Tensorflow I. Environmental configuration Installation: python 3.8, Miniconda, Visual C++ 1.1 Installing python 3.8 go intopython official websiteInstallation DownloadWindows installer (64-bit)(The version I downloaded) 1.2 Installing Miniconda go intoMiniconda websiteInstallation DownloadMiniconda3 Windows 64-bit(I downloaded the version) Note that the version […]

  • No charge AI drawing tutorials (online Stable Diffusion)

    Time:2023-11-8

    Superb full-blooded no-charge AI drawing tutorials are here (online Stable Diffusion in one click) I. Introduction1.1 AI drawing1.2 Stable Diffusion1.2.1 Brief description of the principle1.2.2 Application process Second, AI drawing tools2.1 Toast TusiArt2.2 Mileage LibLibAI2.3 Native deployment III. One-click ready to use3.1 Unpacking and Tasting3.2 Model correlation3.3 ControlNet IV. Summary I. Introduction 1.1 AI drawing […]