Logo Lanfrica

Tomota113/project_chat_bot

Domain:

natural language processing

Record type:

software
Creator:
Tom
Host:
Chatbot de traduction Bambara - Francais avec pipelines de donnees et dictionnaires # project_chat_bot Chatbot de traduction Bambara -> Francais avec scripts de preparation de donnees. ## Structure - `chat_bot.py`: point d'entree principal du chatbot. - `scripts/bambara_translation_dictionary.py`: generation de `data/processed/bambara_clean.csv`. - `scripts/clean_lexique_regex.py`: nettoyage initial du lexique brut. - `scripts/clean_lexique_pairs.py`: nettoyage final + generation des paires. - `scripts/check_torch_env.py`: verification locale de l'environnement `torch`. - `scripts/run_bleu_eval.py`: test rapide de metrique BLEU. - `data/raw/`: corpus et donnees brutes. - `data/processed/`: fichiers nettoyes et paires de traduction. - `notebooks/`: experimentation notebook. - `native/`: fichier C de test. ## Flux de preparation 1. `python scripts/bambara_translation_dictionary.py` 2. `python scripts/clean_lexique_regex.py` 3. `python scripts/clean_lexique_pairs.py`