Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/QRAAT/QRAAT
Gene's master project code in Machine Learning directory
https://github.com/QRAAT/QRAAT
Last synced: 3 months ago
JSON representation
Gene's master project code in Machine Learning directory
- Host: GitHub
- URL: https://github.com/QRAAT/QRAAT
- Owner: QRAAT
- License: gpl-3.0
- Created: 2013-02-04T22:33:26.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-06-30T21:50:26.000Z (over 8 years ago)
- Last Synced: 2024-07-05T18:37:30.996Z (4 months ago)
- Language: Python
- Homepage: http://qraat.ucdavis.edu
- Size: 108 MB
- Stars: 4
- Watchers: 12
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
- awesome-conservation-tech - Quail Ridge Automated Animal Tracking - Tracking system used in Quail Ridge Reserve in Napa County, California. (Animal Tracking)
README
This package is comprised of software for the Quail Ridge Automated Animal
Tracking (QRAAT) project. It remains under major development, but is
distributed nonetheless under the terms of the GNU General Public License,
in the hopes that it will be useful.Root directories and dependencies:
base/ - The base QRAAT software distribution. This includes C++ and Python
libraries, as well as some scripts used both by the nodes and
server. Build with CMake.
[apt-get] build-essentials, git-core, cmake, swignode/ - Software for QRAAT nodes, including the RMG module. Requires Gnu
Radio to install. Build with CMake.
[build from surce] GNU Radio, UHD driverserver/ - Server code. Build with CMake.
[apt-get] mysql-server, numpy, python-numpy, -scipy, -django, -mysqldb, -pip
[pip] utm
www/ - Web app frontend for managing QRAAT and visualizing data.