Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.15 KB

README.md

File metadata and controls

40 lines (34 loc) · 1.15 KB

If you like the project, please ⭐ this repository to show your support! 🤩

Intro

TypeFlash is an application which identifies your typing speed 🚀️ implemented using python and libraries time and streamlit. I have dockerized the application.

Tech Stack Used

  • Python
  • Streamlit
  • Docker

Build Instruction

  • 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
    

Conclusion

Congratulations, you have successfully run the application.