Realizarea clasificarea caracterelor din alfabetul chirilic vechi romanesc.
Proiectul a fost realizat in Python 3.7.5
Software extra ce trebuie instalat:
pandas (pentru statistica)
python3 -m pip install pandas
matplotlib (pentru statisitca)
python3 -m pip install matplotlib
opencv-python (pentru procesarea imaginii)
python3 -m pip install opencv-python
tensorflow (backend pt retea)
python3 -m pip install tensorflow
keras (frontend pentru retea)
python3 -m pip install keras