Skip to content

lectly/hearsome-model-mock-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Hearsome Web App

This repository contains a simple full-stack web application, made with Flask (Python) for the Backend and HTML, CSS and JQuery for the frontend, with the purpose of testing the model in case of deployment.

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

Product Name Screen Shot

This project is a simple web application that is made with the sole purpose of testing our state-of-the-art Egyptian Arabic Speech-to-Text Deep Learning Model that is based on fine-tuning HuBERT Arabic Large. The project consists of a web server that loads the model and takes an audio file as a request, returning the transcription as the response. The client app is made to serve as a terminal to try the server app in a more humane way.

Built With

Server:

Client:

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Make sure you have Flask installed.

Installation

  1. Clone the repo
    git clone https://github.com/lectly/hearsome-model-mock-webapp.git
  2. Download the model
    cd server/model
    git lfs clone https://huggingface.co/omarxadel/hubert-large-arabic-egyptian

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Omar Adel - [email protected]

Project Link: https://github.com/lectly/hearsome-model-mock-webapp

Acknowledgements

This project is part of Bachelor's Senior Project in Faculty of Engineering, Alexandria University. It covers the topics:

  • Deep Learning
  • Software Engineering
  • DevOps
  • MLOps
  • Cloud Applications Engineering

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published