GithubHelp home page GithubHelp logo

hamdi3 / streamsign Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 500 KB

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

License: MIT License

Python 83.65% Dockerfile 16.35%

streamsign's Introduction

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.

streamsign's People

Contributors

hamdi3 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.