OmniFile-Processor / GETTING_STARTED.md
Dr. Abdulmalek
deploy: OmniFile AI Processor v4.3.0
900df0b

🚀 البدء السريع — OmniFile AI Processor

التثبيت (دقيقتان)

git clone https://github.com/DrAbdulmalek/OmniFile_Processor.git
cd OmniFile_Processor
bash scripts/setup.sh

التشغيل

python -m src.gradio_ui        # واجهة Gradio (7 تبويبات)
streamlit run app.py           # واجهة Streamlit
python process.py -i img.jpg -o out -e surya --correct --export-docx

على Google Colab

!git clone https://github.com/DrAbdulmalek/OmniFile_Processor.git
%cd OmniFile_Processor
!pip install -r requirements-colab.txt

ثم افتح notebooks/OmniFile_Diagnostic.ipynb

على الجوال

python mobile_review/server.py --host 0.0.0.0 --port 5000
# افتح من الهاتف: http://<IP>:5000