Spaces:
Sleeping
Sleeping
sethmcknight
Add initial project files including README, .gitignore, and project documentation
2d9ce15
# MSSE AI Engineering Project
This project is a Retrieval-Augmented Generation (RAG) application that answers questions about a corpus of company policies.
Setup
Clone the repository:
git clone https://github.com/sethmcknight/msse-ai-engineering.git cd msse-ai-engineeringCreate and activate a virtual environment:
python3 -m venv venv source venv/bin/activateInstall the dependencies:
pip install -r requirements.txt
Running the Application
To run the Flask application:
flask run
Running Tests
To run the test suite:
pytest
Repo for the Quantic MSSE AI Engineering project code