Skip to content

MrSa3dola/Esma3ny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

🎙️ Esma3ny: Arabic Speech to Text & Translation Frontend

Welcome to the Esma3ny frontend repository! This is the React Vite-powered web interface of our project, designed to convert Arabic speech into text using our custom model. It also provides automatic language detection and translation from English to Arabic using OpenL API.

The project is deployed on Netlify for seamless access 🌐.

Backend repo: Esma3nyAPI

Notebooks


🚀 Features

  • 🎤 Speech to Text: Convert Arabic speech into text.
  • 🌍 Language Auto-Detection: Automatically detect and translate different languages.
  • 🇬🇧 ➡️ 🇦🇪 English to Arabic Translation: Real-time translation for English to Arabic.
  • Built with React Vite: Fast and modern front-end technology.
  • 🌐 Deployed on Netlify: Easily accessible from anywhere.

🏁 Getting Started

Follow these steps to run the frontend locally:

  1. Clone the Repository

    git clone https://github.com/marwan2232004/Esma3ny.git
  2. Navigate to the Client Folder

    cd client/
  3. Install Dependencies

    npm install
  4. Start the Development Server

    npm run dev