pacman -Syu --noconfirm
pacman -Syu go --noconfirm
pacman -Syu python --noconfirm
pacman -Syu python-pip --noconfirm
pacman -Syu libgl --noconfirm
pacman -Syu tensorflow --noconfirm
pacman -Syu python-tensorflow --noconfirm
pip install opencv-python
pip install mediapipe
pip install pyspellchecker
pip install wordsegment
go mod tidy
go fmt ./...
go generate
go run main.go
sudo docker build -t fyp .
sudo docker run -it -p 8080:8080 fyp