This is the directory structure for the project

frontend - This directory contains all the code related to the frontend development
server - This directory contains all the code for the backend development
	server.py - Main file that is linked to the frontend in order to demo the AEG System
	resources - Contains all the sfiles necessary to run the system
		aeg.py - Contains all of the functions used to implement the AEG System
		rulebook.csv - Contains csv file with various questions and rulebooks
		model - Contains all files related to text classification model
	database - Contains all files related to the database
		repository_base.py - Contains all functions to be called for accessing data from MongoDB atlas server

Note**
This project folder contains a README markdown file created by GitHub. This README contains 
all the relevant information regarding the dependencies required for this project and how
to install them.
