Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloud-cv/gsoc-ideas
CloudCV GSoC Ideas
https://github.com/cloud-cv/gsoc-ideas
artificial-intelligence cloudcv-gsoc computer-vision gsoc machine-learning model-evaluation reproducible-research
Last synced: 5 days ago
JSON representation
CloudCV GSoC Ideas
- Host: GitHub
- URL: https://github.com/cloud-cv/gsoc-ideas
- Owner: Cloud-CV
- Created: 2016-10-31T15:14:25.000Z (about 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-02-09T22:40:16.000Z (9 months ago)
- Last Synced: 2024-04-15T09:10:12.670Z (7 months ago)
- Topics: artificial-intelligence, cloudcv-gsoc, computer-vision, gsoc, machine-learning, model-evaluation, reproducible-research
- Language: HTML
- Homepage: https://gsoc.cloudcv.org
- Size: 19.7 MB
- Stars: 119
- Watchers: 31
- Forks: 38
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CloudCV GSoC Ideas
## Development
This site is built with [Jekyll](https://github.com/jekyll/jekyll) and [Bootstrap](https://github.com/twbs/bootstrap).### Adding new project
1. Copy a file project file from the ``_posts`` folder and rename it to ``{date}-project-{project-name}``
2. Fill the fields in the copied file accordingly
3. Run ``jekyll serve`` and check in the browser on ``0.0.0.0:4000`` if the site looks like expected
4. Send a Pull Request### Acknowledgements
Based on the OpenSUSE's excellent mentoring project.