- High analytical skills
- Versatile
- Autonomy
- IT thinking
- Resilient
My Achievements
My Skills
Tutorbot
Fezebot is a chatbot to help first year high school students to learn the basic hardware and software architecture of a computer. This chatbot was developed with Dialogflow and deployed on Telegram in order to be closer to the students.
FAQbot
This chatbot will be an information tool on the documents to be gathered to constitute a career file. This conversational agent is intended for the staff of the Ministry of Secondary Education of Cameroon, student teachers at the end of their training and any other user wishing to constitute or help a relative to constitute a career file. The chatbot is currently deployed on Telegram for a test phase. This chatbot is developed with the help of Dialogflow.
PHD project
The proposed model uses Spacy to extract grammatical data from the source text words, then it performs word embedding of this data and concatenates it with the corresponding source word vectors to obtain deep vectors, and finally these vectors are passed to the Neural machine translation model
Linguistics data extraction
I have written a program to tokenise a sentence and extract all the grammatical data of each word (lemma, part of speech, gender, number, verbal form and tense, syntactic dependencies) and then I build a parse tree of the sentence. To do this, we use Python, the Spacy library and notebook of Google Colaboratory