Skip to content

StreamSign: A Streamlit-based web app for sign language alphabet classification.

License

Notifications You must be signed in to change notification settings

hamdi3/StreamSign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreamSign

Powered by Streamlit Built with PyTorch Uses ONNX Runtime Uses Matplotlib Docker Deployment Made with Love License

StreamSign is a web application built using the Streamlit framework for the classification of sign language alphabet. This project serves as my first interaction with Streamlit, where I explore the capabilities of the framework and demonstrate image classification of sign language letters.

Purpose

The main purpose of this project is to showcase my proficiency in utilizing the Streamlit framework to develop interactive web applications for image classification tasks. By focusing specifically on the classification of sign language alphabet, the project aims to highlight my understanding of computer vision techniques and deep learning models.

Features

  • Web-based user interface for uploading and classifying images of sign language letters.
  • Integration with a pre-trained deep learning model for accurate classification.
  • Real-time predictions with user-friendly visualization.

Getting Started

To get started with StreamSign, follow these steps:

  1. Clone the repository: https://github.com/hamdi3/StreamSign.git
  2. Install the required dependencies: pip install -r requirements.txt
  3. Run the application: streamlit run app.py
  4. Open your web browser and navigate to http://localhost:8501 to access the StreamSign interface.

Docker Installation

To run StreamSign using Docker, follow these steps:

  1. Make sure Docker is installed on your system. If not, you can download and install Docker from here.
  2. Build the Docker image using the provided Dockerfile. Open a terminal or command prompt and navigate to the project directory containing the Dockerfile.
  3. Build the image using the following command: docker build -t streamsign .
  4. Run the Docker container using the built image: docker run -p 8501:8501 streamsign
  5. Open your web browser and navigate to http://localhost:8501 to access the StreamSign interface.

Deployment

The StreamSign application is deployed and accessible through the following link: https://streamsign.streamlit.app/

You can visit the above link to access the live version of the application and try it out with your own sign language images.

Contributing

Contributions to StreamSign are welcome! If you would like to contribute, please follow these guidelines:

  • Fork the repository and create your branch: git checkout -b feature/your-feature
  • Commit your changes: git commit -am 'Add a feature'
  • Push to the branch: git push origin feature/your-feature
  • Open a pull request

License

This project is licensed under the MIT License.


Please note that this project is intended as a showcase of my skills and understanding of the Streamlit framework for web application development. It is not intended for production use. However, feedback and contributions are greatly appreciated.

About

StreamSign: A Streamlit-based web app for sign language alphabet classification.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages