demo.mp4
Celluloid is a collaborative video annotation application designed for educational purposes.
With Celluloid, you can import a PeerTube video, select an educational objective, annotate the video, share it with your students, collect their answers, and respond to their questions.
Visit https://celluloid.me/, create an account, and start using Celluloid. We value your feedback on the application's user experience and design. If you encounter any bugs or issues, please don't hesitate to report them.
Celluloid originated from a research project led by Michaël Bourgatte and Laurent Tessier, two senior lecturers at the Catholic University of Paris. Their work focuses on educational science and digital humanities. Celluloid is currently maintained by Younes Benaomar following an initial technical design by Erwan Queffélec in 2017-2018.
We actively encourage contributions and involvement from the community. Feel free to reach out to us on Discussions.
Celluloid is designed to run on a Linux server. Proficiency with the command-line interface is necessary for deployment and installation. It's highly recommended to use an OSX or Linux workstation.
- Install the latest version of Git.
- Install the latest version of Node.js.
- Install the latest version of Pnpm and use it instead of NPM.
The project is organized as a monorepo, so Pnpm is required to leverage pnpm workspace.
We provide a complete docker stack stack.yml ready to use :
docker compose -f stack.yml upOpen your terminal and execute the following commands:
git clone https://github.com/celluloid-camp/celluloid.git
cd celluloid/
pnpmCopy the sample environment file:
cp env.sample .envYou will need a working PostgreSQL server, version 13 or later.
you can use this docker compose file to start a all services required to run the project :
docker compose upYou are required to supply an S3-compatible storage service. For this purpose, we have set up the project to utilize Minio.
Open the newly created .env file with your preferred text editor and configure the values according to your requirements.
For development purposes, you can use the provided Docker Compose docker-compose.yml and run the command:
At the root of your repository, run the projet in development mode:
pnpm devThis will initiate an interactive build and open the app in a browser window while continuously monitoring source files for modifications. If everything worked without errors, you should be all set. Otherwise, please review the instructions above carefully.
Build and start the application:
pnpm build
pnpm startYou can access your app at http://localhost:3000.
Open a terminal at the repository's root and run:
docker compose upMinio is used for storage, make sure to run local instance or use external service and don't forget to update your .env file
*We actively welcome motivated contributors!
Feel free to open a pull request, contact us, or report a bug.
You can still find the old Celluloid version 1 that supports YouTube videos here.
