Platforma pentru preprocesarea, recunoasterea, transliterarea si editarea documentelor chirilice
- Enter frontend folder
cd frontend - Install the packages with npm
npm install - Run the server
npm start
-
Enter backend folder
cd backend -
Create virtual environment with the name venv
python -m venv venv -
Activate the virual environment
.\venv\Scripts\activate -
Install the packages with pip
pip install -r requirements.txt -
Run the server
python manage.py runserver