Clone this repo:
git clone https://github.com/ceebios/d4g-season-10.git
If you want to work on the front end (web design) and you are familiar (or want to learn) React and Javascript this is the place for you.
cd frontend
npm install
cd frontend
npm start
If you want to work on the back end (Data science pack - Python, Pytorch, HuggingFace, FastAPI) this is the place for you.
We'd recommend creating a new virtual environment and installing the dependencies there manually (see requirements.in). There is no proper 'requirements.txt' file as Pytorch installation in particular can vary depending on whether you have a GPU, you use Windows/Linux or Mac or use Conda instead of Pip for package dependencies.
Please do not try to commit Jupyter Notebooks to Git - they can be very tricky to version control. Instead you can include links to Notebooks and share the notebooks natively through Colab for example. To keep track we can list all notebooks in the provided Google sheet.
If you work with scripts rather than notebooks - you can check those in the Scripts folder
You'll see that the back end is pre-populated with a few folders already which correspond to different streams of work:
All data is stored in the Google drive, until we run out of space. If and when that happens it will still be in Google drive probably but we'll pay for a subscription increasing capacity to 100Gb.