pp

ilies harrache

Computer Science Student

About

Hi, I'm Ilies. A computer science student from Canada. I aim to deepen my understanding in various areas of technology and product development.

Work Experience

  • Aug 2024 – Present

    Teaching Assistant – Institut Grasset

    Led weekly Java tutorials for over 30 students and mentored 12 students, boosting their grades from 60% to over 80%.

    Java • OOP • Eclips • SQLite

  • Jan 2022 - Apr 2022

    Software Engineer Intern – Agence de publicite badr

    As a full stack developer on the Release Engineering team, I enhanced our Python-based build system, speeding up compile times. Collaborated with a team of seven to manage the identity stack, ensuring seamless integration and strong security.

    Python • ReactJS • Compilers • gRPC • CI/CD

  • Jan 2021 - Present

    Co-Founder/IT Systems Lead – bdc HR

    Deployed a new antivirus system across the hospital, enhancing data security. Led the migration of 200+ computers to Windows 10 and integrated medical-grade computers into surgery rooms, improving accessibility and maintaining hygiene.

    TCP/UDP • Operating Systems • Network Access Control (NAC) • JIRA

Side Projects

  • project1

    FreeScribe

    FreeScribe is a AI based audio editor designed for recording audio, transcribing it into text, and translating the text into various languages. The application uses Whisper a pre-trained model for automatic speech recognition (ASR) and speech translation. Trained on 680k hours of labelled data to offer these features efficiently.

    NLP • ReactJS • JavaScript Workers

  • project1

    URL Question & Answer Bot

    This project is a web application that allows users to enter a URL, then ask questions about the content of the page. The application scrapes the content of the URL, processes it to create embeddings, and then stores these embeddings in Pinecone vector Data Base. Users can interact with the bot via a chat interface to get answers to their questions based on the content of the scraped URL.

    LLM • Flask • ReactJS • Vector Search

  • project1

    Clipboard Manager

    This Python-based Clipboard Manager allows you to store the last 9 copied items and paste them using custom shortcuts like Ctrl+L+1 for the last copy, Ctrl+L+2 for the second last copy, and so on up to Ctrl+L+9.

    Python • Threading • System Integration