{ "cells": [ { "cell_type": "markdown", "id": "d7576eb7-c067-46b7-8b1b-41d120f80e10", "metadata": {}, "source": [ "# Project Setup Report\n", "\n", "## 1. Team Setup\n", "\n", "Our team is organized to ensure clear roles and flexible leadership. Key points include:\n", "\n", "- **Team Lead Rotation:** \n", " We decided to switch the team lead every few weeks (or every other week). This approach allows everyone to gain leadership experience and share responsibilities equally.\n", "\n", "- **Team Members and Roles:** \n", " - **Machine Learning:** Kalle \n", " - **Front End Development:** Reem \n", " - **Back End Development:** Rasa, Amol/Reem \n", "\n", "- **Sprint Organization:** \n", " Sprints will be organized with clear goals, regular check-ins, and task assignments based on individual roles. Based on which domain each one of us is confident with we will plan the sprints and monitor the progress.\n", "\n", "## 2. Software and Service Installation and Setup\n", "\n", "To streamline collaboration and development, we set up the following tools:\n", "\n", "- **Slack:** \n", " Slack will be used as our primary communication channel for updates, discussions, and announcements.\n", "\n", "- **Git:** \n", " Git will be used for version control to track code changes, manage branches, and facilitate collaboration between team members. GitHub (or a similar platform) will host the repository.\n", "\n", "- **Python:** \n", " Python is the main programming language for our project. It will be used for backend development, machine learning tasks, and scripting. Besides javascript for the frontend and Node.js packages for the backend\n", "- **Hugging Face:**\n", " Hugging face is used to host the model and is synced with the github repository for the project. \n", " \n", "- **Jupyter Notebook:** \n", " Jupyter Notebook will be used for documenting experiments, prototyping code, and sharing results. It allows combining code, markdown, and visualizations in a single document.\n", "\n", "- **Additional Tools:** \n", " Depending on specific project needs, additional libraries and frameworks will be installed (e.g., Flask/Django for backend APIs, React for frontend, scikit-learn for ML tasks).\n", "\n", "With this setup, our team aims for smooth communication, efficient development, and clear documentation throughout the project.\n" ] }, { "cell_type": "code", "execution_count": null, "id": "ec85e7a3-7cc5-4582-bc5d-914f0e67105d", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.12.8" } }, "nbformat": 4, "nbformat_minor": 5 }