#AI/ML Intern Assignment
Welcome to the AI/ML Intern assignment! This project is designed to test your core Python skills and your ability to design and build a clean and efficient system from scratch.
- Clone or fork this repository.
- Install the required dependencies:
pip install -r requirements.txt - Open the trigram-assignment/src/ngram_model.py file and implement the TrigramModel class.
- Run the tests to check your implementation:
pytest trigram-assignment/tests/test_ngram.py
- Any changes to env should be updated in
requirements.txt. - Mention the steps to run your code in
trigram-assignment/README.md. - Feel free to make any changes to the existing code.
- Please document your design choices in the
evaluation.mdfile. This should be a 1-page summary of the decisions you made and why you made them. And all the steps to for us to test. - Please mind the second task is optional.
For more detailed instructions, please refer to the ASSIGNMENT.md file.