Body, Soul, and Mind
This project is a web application that uses your camera to recognize objects and plays different music based on the recognized object. It's designed to create a personalized atmosphere based on your environment.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Docker and Docker Compose
- Python 3.9+ and Poetry
- Node.js and npm
-
Clone the repo:
git clone https://github.com/your_username/Life_BSO.git cd Life_BSO -
Install dependencies: This project uses a
Makefileto simplify the installation process. The following command will install both the frontend and backend dependencies:make install
This project is set up as a monorepo with a frontend and a backend. You can run the application using Docker or manually using the root Makefile.
To run the application using Docker, you will need to have Docker and Docker Compose installed.
make docker-up: Build and run the containers.make docker-down: Stop and remove the containers.
make run: Run both the frontend and the backend development servers.make lint: Lint both the frontend and the backend.make clean: Clean the backend build artifacts.
For more information about the backend, see the backend README.
For more information about the frontend, see the frontend README.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request