This repository contains the source code, data, and resources for the Sphinx-AI application, a cutting-edge tool designed for advanced video analysis and processing.
Data: Contains raw, processed, and video data used for training and inference. Logs: Stores log files generated by the application during runtime. Models: Holds trained machine learning models used for analysis. Notebooks: Jupyter notebooks used for exploratory data analysis and model development. Src: Contains the Python source code implementing the application's logic, organized into modules for different functionalities. Tests: Includes unit and integration tests to ensure code quality and correctness.
Clone the repository:
git clone [email protected]:martineserios/sphinx-ai-app.git
cd sphinx-ai-app poetry install
Explore the code and data:
poetry run python src/sphinx_ai/app.py
This project is licensed under the terms of the [LICENSE] file included in the repository.