Skip to content

AIArabicProjects/dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI in Arabic - Dictionary

A web based service to host and serve English to Arabic translations of termonologies related to artificial Intelligence and machine learnibng.

Local Setup

  1. Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate  # On Unix/macOS
# or
.\venv\Scripts\activate  # On Windows
  1. Install dependencies:
pip install -r requirements.txt
  1. Install pre-commit hooks (first time only):
pre-commit install
  1. Run the application:
python run.py

Testing

Unit tests are defined within /tests folder. We use pytest as a tesring framework. You can run the tests using:

pytest

About

AI in Arabic English to Arabic Dictionary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages