Some paragraphs here. Mabye some screenshots.
Very bad screenshots.
Steps to install go here.
- Git clone the repo.
- Create a new repo under your account.
- Commit the files in this repo into your repo.
git clone XXXXXXXXXX
mkdir XXX
cd XXX
cp ../XXXXXXXXX/* ./
git remote add origin
git add .
git commit -m "First commit."
git branch -m main
git push origin
Once cloned, run a pip install.
pip install -r requirements.txt
Then run main.py with arguments.
main.py --argument
All the docs can be found here: Documentation