# darknet1 **Repository Path**: Chris_Ch0u/darknet1 ## Basic Information - **Project Name**: darknet1 - **Description**: No description available - **Primary Language**: Unknown - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-01 - **Last Updated**: 2025-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Darknet Logo](http://pjreddie.com/media/files/darknet-black-small.png) ## Darknet > Darknet is an open source neural network framework written in C and CUDA. It is fast, easy to install, and supports CPU and GPU computation. For more information see the [Darknet project website](http://pjreddie.com/darknet). For questions or issues please use the [Google Group](https://groups.google.com/forum/#!forum/darknet). ## Win64 port This fork of repo is based on @pjreddie 's original src, and take part of [@AlexeyAB/darknet](https://github.com/AlexeyAB/darknet)'s code. The Visual Studio `.sln` file is only configured for running under CPU accelerated by OpenMP.