This project is a Python application designed for translation tasks. It is structured for easy deployment and use, and can be adapted for various translation workflows.
- Python-based translation logic
- Ready for extension and customization
- Simple project structure
- Python 3.8+
- Recommended: Use a virtual environment
- Clone the repository:
git clone https://github.com/AmineGh26/Translation-Ai.git cd traduction_Py2 - Install dependencies (using uv or pip):
uv pip install -r requirements.txt # or pip install -r requirements.txt
Run the main script:
python main.pytraduction_Py2/
├── main.py # Main application script
├── pyproject.toml # Project metadata and dependencies
├── uv.lock # Lock file for uv
├── .env # Environment variables (optional)
├── .python-version # Python version specification
└── README.md # Project documentation