Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jzow/starlitone
:robot: First generation CV (Computer Vision) intelligent Robot.
https://github.com/jzow/starlitone
cv java robot robot-arm rust tensorflow
Last synced: about 7 hours ago
JSON representation
:robot: First generation CV (Computer Vision) intelligent Robot.
- Host: GitHub
- URL: https://github.com/jzow/starlitone
- Owner: Jzow
- License: mit
- Created: 2023-07-31T10:16:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-08T04:42:50.000Z (about 1 year ago)
- Last Synced: 2023-10-08T05:24:19.563Z (about 1 year ago)
- Topics: cv, java, robot, robot-arm, rust, tensorflow
- Language: Rust
- Homepage: https://starlitone.wansenai.com
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# starlit one
First generation CV (Computer Vision) intelligent Robot## Description
This repo is used to publicly showcase and research how I can create an intelligent robot myself, and it includes the following features:
1. Design the robotic arm, including drawing information.
2. Find a suitable development board for the robotic arm, currently I plan to use Jetson.
3. Build the development environment on the development board.**Note:** I plan to use Java as the computer vision, [TensorFlow] is my preferred framework. and then I plan to use the Rust language for the [embedded] part
[TensorFlow]: https://github.com/tensorflow
[embedded]: https://github.com/rust-embedded
the mechanical Motion planning part (I don't think much about C++ and C language) because I have not been exposed to it before.
Compared with these two languages, I consider the safety of the mechanical part, and choose Rust is the best choice.
4. Make a simple object recognition model, I will annotate some data, train this model, and deploy it for testing.
5. Identified data is transmitted to Rust Lib through JNI, Use the craft provided by Rust to interact with the robotic arm and control it## License
Licensed under either of
* [MIT License](https://github.com/Jzow/starlat/blob/master/LICENSE-MIT)
## ContributionSo far, this repo is only a preliminary beginning, and I will continue to improve it through the knowledge I have learned. If you have any interests and ideas, please submit to PR or contact [email protected].
We're looking for various contributions!