Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 766 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 766 Bytes

proj_badge

Mini-Project 1 for AI

Purpose:

  • Text classification using Multinomial Naive Bayes classifier.
  • Classification using various types of feature extraction with machine learning models

Installation

pip3 install -r requirements.txt

Running the program

  • cd into the src directory
  • open a terminal emulator of your choice
  • choose which task you would like to run
  • if task1:
python3 task1.py
  • if task2
python3 task2.py
  • program provides output to the screen as well as data given within the output folder for each task respectively