Skip to content

Platforma pentru preprocesarea, recunoasterea, transliterarea si editarea documentelor chirilice

Notifications You must be signed in to change notification settings

acolesnicov/PlatformaDigitizare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlatformaDigitizare

Platforma pentru preprocesarea, recunoasterea, transliterarea si editarea documentelor chirilice

FrontEnd setup (make sure you have npm installed on your machine)

  1. Enter frontend folder cd frontend
  2. Install the packages with npm npm install
  3. Run the server npm start

Backend setup (make sure you have python 3 on your machine)

  1. Enter backend folder cd backend

  2. Create virtual environment with the name venv python -m venv venv

  3. Activate the virual environment .\venv\Scripts\activate

  4. Install the packages with pip pip install -r requirements.txt

  5. Run the server python manage.py runserver

About

Platforma pentru preprocesarea, recunoasterea, transliterarea si editarea documentelor chirilice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.0%
  • Python 7.9%
  • HTML 5.1%
  • CSS 3.0%