Skip to content
View dimboump's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report dimboump

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dimboump/README.md

Dimitris Boumparis β€” dimboump.dev

class Dimitris(Boumparis):

    def __init__(self):
        self.first_name = self.__class__.__name__
        self.last_name = super().__class__.__name__
        self.birth_year = 1997
        self.role = 'Data & AI Analyst'
        self.company = 'Accenture'
        self.locations = {'hometown': ('Nafplio', 'Greece'), 'currently': ('Athens', 'Greece')}
        self.skills = {
            'Languages'    : {'Greek': 'native', 'English': 'C2', 'German': 'C1', 'Spanish': 'B1'},
            'Data Analysis': ['NumPy', 'Pandas', 'matplotlib', 'Streamlit', 'Jupyter', 'R'],
            'ML/DL'        : ['scikit-learn', 'spaCy', 'Keras', 'PyTorch', 'Transformers', 'OpenAI', 'LangChain'],
            'Web Dev'      : ['HTML', '(Tailwind) CSS', 'TypeScript', 'Next.js', 'PostgreSQL', 'Flask', 'FastAPI'],
            'Tools'        : ['VS Code', 'WSL', 'Azure', 'AWS', 'Vercel', 'Docker'],
        }
        self.research_interests = ['Natural Language Processing', 'Computational Stylometry', 'Large Language Models']
        self.hobbies = ['Photography', 'Sudoku', 'Tech']

    def __str__(self):
        return f'{self.first_name} {self.last_name} | {self.role}'

GH stats

πŸ“„ Publications

  • Mikros, G.K. & Boumparis, D. (under review). Cross-Linguistic Authorship Attribution and Author Profiling. Machine Translation as a Method for Bridging the Language Gap. Digital Scholarship in the Humanities. Oxford: Oxford University Press.
  • Giannoutsos, C. & Boumparis, D. (2023). Quantitative analysis of the differences between Greek and German legal language: The case of translating the Civil Code into German. In K. Valeontis, P. Krimpas, E. Tziafa, K. Toraki, & G. Tsiamas. Hellenic Language and Terminology: 14th Conference Papers. (pp. 180-192). Athens: Hellenic Society for Terminology.
  • Boumparis, D. (2023). Native Language Identification of Greek in English-Written texts, Master's Thesis, University of Antwerp. https://github.com/dimboump/GreekNLI
  • Boumparis, D. & Giannoutsos, C. (2022). Quantitative and Qualitative Evaluation of Human and Machine-Translated EU Economic Texts in the English-Greek Language Pair. In S. Castilho, R. Caro Quintana, M. Stasimioti, & V. Sosoni (Eds.). Proceedings of the New Trends in Translation and Technology Conference – NeTTT 2022. 4-6 July 2022, Rhodes Island, Greece. https://nettt-conference.com/wp-content/uploads/2023/03/NeTTT-Final-Proceedings_noISBN.pdf
  • Boumparis, D. & Yannoutsos, C. (2021). Defining translation strategies based on differences between machine and human translation of initialisms and acronyms from minor into major languages. In K. Valeontis, P. Krimpas, M. Pantazara, K. Toraki, & G. Tsiamas. Hellenic Language and Terminology: 13th Conference Papers. (pp. 328-340). Athens: Hellenic Society for Terminology.
  • Adam, E., Valsami, V., Yannoutsos, C., & Boumparis, D. (2019). Designing and Compiling a Greek-German Glossary for Academic Websites: The Case of DFLTI. In K. Valeontis, P. Krimpas, M. Pantazara, K. Toraki, & G. Tsiamas. Hellenic Language and Terminology: 12th Conference Papers. (pp. 275-288). Athens: Hellenic Society for Terminology.
  • Adam, E., Valsami, V., Yannoutsos, C., & Boumparis, D. (2019). Translation and Localisation of Academic Websites in German and Study of Information Architecture: The Case of DFLTI. Corfu: Department of Foreign Languages, Translation and Interpreting (DFLTI), Faculty of Humanities, Ionian University.

πŸ’¬ Get in touch!

Email badge Twitter badge LinkedIn badge

Pinned

  1. GreekNLI GreekNLI Public

    The data and code for my master's thesis for the MA Digital Text Analysis at the University of Antwerp

    Jupyter Notebook

  2. crosswriters crosswriters Public

    Code for final assignment for CLS course at the University of Antwerp (SoSe 2022)

    Jupyter Notebook

  3. confusion-matrix-viz-calc confusion-matrix-viz-calc Public

    An interactive Streamlit app for confusion matrix and metrics

    Python

  4. tcc-stats tcc-stats Public

    Get meaningful statistical insights on TCC data, in an easy-to-use Streamlit application.

    Python