TypeFlash is an application which identifies your typing speed 🚀️ implemented using python and libraries time and streamlit. I have dockerized the application.
- Python
- Streamlit
- Docker
- Clone the repo
git clone https://github.com/anirudh-hegde/TypeFlash.git
- Move to Repository Directory
cd TypeFlash
- Build Docker Container
docker build -t typeflash .
- Use the container and activate the API
docker run --user=root typeflash
Congratulations, you have successfully run the application.