Skip to content
Snippets Groups Projects
Commit be2373d3 authored by Bertrand Benoit's avatar Bertrand Benoit
Browse files

Updated documentation and some repository configuration.

parent 1d18fa36
No related branches found
No related merge requests found
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
#
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.pxd text diff=python
*.py text diff=python
*.py3 text diff=python
*.pyw text diff=python
*.ipynb text
*.pyx text diff=python
*.bash text eol=lf
*.css text diff=css
*.df text
*.htm text diff=html
*.html text diff=html
*.java text diff=java
*.js text
*.json text
*.jsp text
*.jspf text
*.jspx text
*.properties text
*.sh text eol=lf
*.tld text
*.txt text
*.tag text
*.tagx text
*.xml text
*.yml text
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.db binary
*.p binary
*.pkl binary
*.pickle binary
*.pyc binary
*.pyd binary
*.pyo binary
*.class binary
*.dll binary
*.ear binary
*.gif binary
*.ico binary
*.jar binary
*.jpg binary
*.jpeg binary
*.png binary
*.so binary
*.war binary
## Archive creation.
# Ignores Eclipse project files, source files, tests, tools, distrib generator.
.git* export-ignore
.project export-ignore
.classpath export-ignore
ChangeLog export-ignore
/Tests export-ignore
/tools export-ignore
/Samples export-ignore
/distrib export-ignore
# Idem for old version (some directories have been renamed).
/tests export-ignore
/samples export-ignore
TODO export-ignore
Tests/ export-ignore
tools/ export-ignore
Samples/ export-ignore
distrib/ export-ignore
# Until next version, ignores WebModule.
/WebModule export-ignore
WebModule/ export-ignore
## Diff tools.
......
Hemera is a Virtual Intelligent System aggregating some more advanced Artificial Intelligence Technologies (speech, speech recognition, facial recognition, form/motion recognition ...); with applications in day tasks, domotics and robotics ...
# Hemera - Intelligent System
Created in 2010, Hemera aims to be a generic Intelligent System aggregating some more advanced Artificial Intelligence Technologies (speech, speech recognition, facial recognition, form/motion recognition, machine learning ...); with applications in day tasks, domotics and robotics.
## Features
- speech synthesis
- speech recognition
- interpretation of recognized commands
- highly configurable
- robust (lots of check are performed)
- internationalization ability
Features
---------
* speech synthesis
* speech recognition
* interpretation of recognized commands
* highly configurable
* robust (lots of check are performed)
* internationalization ability
## Quick Start
You can quick start with this [Guide](http://hemerais.bertrand-benoit.net/doc/index.php?title=Hemera:QuickStart).
### Get last Hemera release version
You can download [release Tarball](https://github.com/bertrand-benoit/hemerais/releases) (or [here](https://sourceforge.net/projects/hemerais/files/Hemera/) if you are interested in very first old versions).
Quick Start
-----------
Quick Start Guide: http://hemerais.bertrand-benoit.net/doc/index.php?title=Hemera:QuickStart
### Get last Hemera development version
Clone the repository:
```bash
git clone https://github.com/bertrand-benoit/hemerais.git
```
Demo: check files in the Samples/ sub-directory
### Demo
You can get demonstration files in **Samples/** sub-directory.
Clone source code: git clone https://github.com/bertrand-benoit/hemerais.git
## Help
At any time, you can yet help on available commands, launching the following script (you should update your environment, for instance via your **~/.bashrc** file, to get it in your **PATH**):
```bash
Hemera/scripts/help.sh
```
Download Tarball: https://sourceforge.net/projects/hemerais/files/Hemera/
## All you want to know about Hemera
See [online documentation](http://hemerais.bertrand-benoit.net/doc).
Get help on available commands: launch Hemera/scripts/help.sh
In any tarball, you can get documentation in **doc/** sub-directory.
## Notes
In 2019, Hemera environment is going to change from its current Desktop version to a new dedicated Robotics one.
Update and information will come before end of the year.
All you want to know about Hemera
------------------
See online documentation: http://hemerais.bertrand-benoit.net/doc
In any tarball, you can get documentation in doc/ sub-directory
In January 2015, to provide you the best experience:
* the Website has been migrated from [SourceForge](https://sourceforge.net/p/hemerais/wiki/Home/) to a [dedicated Website](http://hemerais.bertrand-benoit.net)
* the source code has been migrated from [SourceForge](https://sourceforge.net/p/hemerais/code/) to [GitHub](https://github.com/bertrand-benoit/hemerais.git)
## Contributing
Don't hesitate to [contribute](https://opensource.guide/how-to-contribute/) or to contact me if you want to improve the project.
You can [report issues or request features](https://github.com/bertrand-benoit/hemerais/issues) and propose [pull requests](https://github.com/bertrand-benoit/hemerais/pulls).
Notes
------
In January 2015, to provide you the best experience:
* the Web Site has been migrated from sourceforge.net to http://hemerais.bertrand-benoit.net
* the source code has been migrated from sourceforge.net to https://github.com/bertrand-benoit/hemerais.git
## Versioning
The versioning scheme we use is [SemVer](http://semver.org/).
## Authors
[Bertrand BENOIT](mailto:contact@bertrand-benoit.net)
License
-------
Hemera is developed under the GNU General Public License version 3.0 (GPLv3).
See LICENSE or COPYING file.
## License
This project is under the GPLv3 License - see the [LICENSE](LICENSE) file for details
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment