This repository contains Ritchie formulas which can be executed by ritchie-cli.
To import this repository, you need Ritchie CLI installed
Then, you can use the rit add repo
command manually, or execute the command line below directly on your terminal (since CLI version 2.8.0):
rit add repo --provider="Github" --name="formulas-python" --repoUrl="https://github.com/GuillaumeFalourd/formulas-python" --priority=1
Finally, you can check if the repository has been imported correctly by executing the rit list repo
command.
- Convert Text to Audio:
rit convert text-to-audio
Formula allowing to convert a text (from a txt file or input) to an audio file.
- Face Recognition:
rit face recognition
Formula using face recognition using the computer webcam.
- Speech Recognition:
rit speech recognition
Formula using speech recognition converting what you speak in a txt file.
- Image Text Detection:
rit detect image-to-text
Formula detecting text from an image input.
- Live Text Detection:
rit detect text-on-video
Formula detecting text using the computer webcam.
- Aws boto3:
rit aws boto3
Formula using the boto3 library to interact with AWS.
- Send Email:
rit send email
Formula sending an email.
- Wikipedia Search:
rit wiki search
Formula making a wiki search based on user input.
- Linkedin web-scraping:
rit linkedin web-scraping
- Object Detection:
rit object detection
- Fork and clone the repository
- Create a branch:
git checkout -b <branch_name>
- Check the step by step of how to create formulas on Ritchie
- Add your formulas to the repository
and commit your implementation:
git commit -m '<commit_message>
- Push your branch:
git push origin <project_name>/<location>
- Open a pull request on the repository for analysis.
- Fork and clone the repository
- Create a branch:
git checkout -b <branch_name>
- Add the cloned repository to your workspaces (
rit add workspace
) with a highest priority (for example: 1). - Check the step by step of how to implement formulas on Ritchie
and commit your implementation:
git commit -m '<commit_message>
- Push your branch:
git push origin <project_name>/<location>
- Open a pull request on the repository for analysis.
If you want to see similar formulas repositories:
- formulas-aws: Repository with formulas interacting with AWS.
- formulas-insights: Repository with formulas getting insights from Github, LinkedIn, Google accounts.
- formulas-games: Repository with formulas games (pacman, space invasion, dino-rush, flappy bird...)