This project, Auditron, aims to develop an AI-powered financial audit assistant (chatbot) to streamline compliance verification and tax calculations for businesses. It is part of a semester-long academic project at Esprit School of Engineering, Tunisia, which tackles Agetnic AI. This tool will combine legal expertise (constitutional and local finance laws) with mathematical precision to automate critical audit tasks, reducing human error and operational costs.
CSS + HTML
Flask
A state-of-the-art, fully open-source language model by the Allen Institute for AI, designed for transparency and performance.
- Fully Open Ecosystem
- High Performance: Trained on 5T tokens, outperforming Llama-3.1 8B and Qwen 2.5 7B in academic benchmarks.
- Flexible Use: Supports text generation, reasoning, and fine-tuning; optimized for single-GPU inference.
A cutting-edge, multimodal model by Meta, optimized for agentic workflows and code-driven applications. Designed for developers building autonomous AI systems and coding tools.
- Agentic Task Execution
- Built-in Tool Calling: Interacts dynamically with external APIs/tools (e.g., Brave Search, Wolfram Alpha) for real-time data, code execution, and query solving.
- Workflow Automation: Enables multi-step reasoning, parallel tool execution, and iterative problem-solving (e.g., analyzing weather data, synthesizing answers).
A high-efficiency, open-source model by DeepSeek AI, specialized in reasoning and code generation.
-
โ
Advanced Reasoning & Code Generation
Excels at step-by-step problem-solving in coding and math. Outperforms GPT-4o and Claude-3.5 on LiveCodeBench (65.9% pass@1) and MATH-500 (97.3% pass@1). -
โ
Cost-Efficient Architecture
Trained under $6M using FP8 precision and multi-token prediction, cutting memory by 75% while preserving accuracy. Distilled from a 671B MoE model with strong performance (1691 CodeForces rating for 32B distilled version). -
โ
Open & Customizable
Apache 2.0 license for commercial use. Weights and tools available on Hugging Face. Supports fine-tuning via PyTorch/HuggingFace for specialized domains (e.g., code optimization, technical docs). -
โ
Multilingual & Scalable
Maintains reasoning in French. Quantized versions support edge deployment on consumer GPUs. -
โ
Transparent Workflow
Reveals logical steps and thought processes, supporting error tracking and logic auditing.
Qdrant
dangvantuan/sentence-camembert-large
sentence-transformers/all-MiniLM-L6-v2
Langchain
LangGraph
Jibaya.tn : The official online portal of the Tunisian tax administration, managed by the Direction Gรฉnรฉrale des Impรดts (DGI). It offers a range of digital services for taxpayers, including online tax declarations, payment of taxes, and access to comprehensive fiscal documentation.
The project runs on an NVIDIA DGX A100 server equipped with a single 80GB GPU, providing high memory bandwidth and compute power optimized for AI workloads. This infrastructure enables efficient training and inference for large-scale deep learning models.
-
Clone the repository
git clone https://github.com/fouratmansouri/Auditron.git && Auditron
-
Create and activate a virtual environment
On macOS/Linux:
python3 -m venv venv && source venv/bin/activate
On Windows:
python -m venv venv && .\venv\Scripts\activate
This project was developed in partnership with Esprit School of Engineering and Esprit's financial department.
Special thanks to:
- Prof. Mourad Zerai (mourad.zerai@esprit.tn)
- M. Nardine Hanfi (nardine.hanfi@esprit.tn)
- Mr. Souhail Weslati (souhail.oueslati@esprit.tn)