{"id":18984343,"url":"https://github.com/phidlarkson/jali-e-nsmq","last_synced_at":"2026-05-15T11:35:04.241Z","repository":{"id":244859489,"uuid":"816442050","full_name":"PhidLarkson/jali-e-nsmq","owner":"PhidLarkson","description":" AI-powered learning platform for NSMQ contestants, consisting of two main components: a Django-based ASGI application, Streamlit and a microcontroller setup.","archived":false,"fork":false,"pushed_at":"2024-08-03T16:19:53.000Z","size":13281,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-11T11:11:33.229Z","etag":null,"topics":["artificial-intelligence","microcontroller","nsmq","social-network","streamlit"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PhidLarkson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-17T19:00:54.000Z","updated_at":"2025-08-29T10:02:49.000Z","dependencies_parsed_at":"2024-06-17T23:21:09.883Z","dependency_job_id":"60c208fc-9980-4b27-8c21-f35d4a79b8ec","html_url":"https://github.com/PhidLarkson/jali-e-nsmq","commit_stats":null,"previous_names":["phidlarkson/jali-e-nsmq"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PhidLarkson/jali-e-nsmq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhidLarkson%2Fjali-e-nsmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhidLarkson%2Fjali-e-nsmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhidLarkson%2Fjali-e-nsmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhidLarkson%2Fjali-e-nsmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PhidLarkson","download_url":"https://codeload.github.com/PhidLarkson/jali-e-nsmq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhidLarkson%2Fjali-e-nsmq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33065591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artificial-intelligence","microcontroller","nsmq","social-network","streamlit"],"created_at":"2024-11-08T16:20:54.535Z","updated_at":"2026-05-15T11:35:04.224Z","avatar_url":"https://github.com/PhidLarkson.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PROJECT JALI -EXTENDED [AFRICAIED HACKATHON BUILD]\n## The goal is to build an open-source, AI powered tool to help students prepare for the Ghana National Maths and Science Quiz competition - This tool is meant to address the equity problem in NSMQ training. Some schools lack more resources, facilities and platforms for studies.\n\n---\n\n### This project is built in python.\n\nTo get started with the project, follow these steps:\n\n1. Create a virtual environment by running the following command:\n    ```\n    python -m venv myenv\n    ```\n\n2. Activate the virtual environment:\n    - On Windows:\n      ```\n      myenv\\Scripts\\activate\n      ```\n    - On macOS and Linux:\n      ```\n      source myenv/bin/activate\n      ```\n\n3. Install the required dependencies by running:\n    ```\n    pip install -r requirements.txt\n    ```\n\n4. Once the dependencies are installed, you can start the application by running:\n    ```\n    python startapp.py\n\n\n## THE SOCIAL PLATFORM\n\n### Downloading a Folder from Google Drive with Commands\n\nThis README explains how to download a folder directly from your Google Drive to a specific directory on your computer using two popular methods:\n\n**Method 1: Using gdown (Python package)**\n\n**Requirements:**\n\n* Python 3 installed on your system\n* `gdown` package installed\n\n**Steps:**\n\n **Install `gdown`:**\n\n   ```bash\n   pip install gdown\n   ```\n\n **Download the folder:**\n\n   ```bash\n   gdown --folder --id 1CzjJirt9OPBHD8ngPVHFT2LJ5BVIda2m\n   ```\n\n   * This command will download the entire folder and its contents to your current directory.\n\n**Method 2: Using curl (command-line tool)**\n\n**Requirements:**\n\n* `curl` command-line tool installed on your system\n\n**Steps:**\n\n1. **Get the folder ID (same as Method 1):**\n\n   * Follow steps 1 and 2 from Method 1 to obtain the folder ID.\n\n2. **Download the folder:**\n\n   * Open a terminal or command prompt.\n   * Navigate to the main directory.\n\n   ```bash\n   curl -L \"https://drive.google.com/drive/folders/1CzjJirt9OPBHD8ngPVHFT2LJ5BVIda2m?usp=sharing\" \u003e  africaied-jali.zip\n   ```\n\n   * This command will download the folder as a compressed ZIP archive named \"folder.zip\". You can rename the file after download.\n\n**Extracting the ZIP Archive (Method 2):**\n\n* Once the download is complete (Method 2), you'll need to extract the contents of the ZIP archive:\n\n```bash\nunzip africaied-jali.zip\n```\n\nThis will create a new directory named \"folder\" containing the downloaded files.\n\nCopy and paste the all the contents of the zip into the social-platform folder\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphidlarkson%2Fjali-e-nsmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphidlarkson%2Fjali-e-nsmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphidlarkson%2Fjali-e-nsmq/lists"}