{"id":21803777,"url":"https://github.com/smaranjitghose/ghoseailab","last_synced_at":"2026-04-05T21:35:44.694Z","repository":{"id":158922446,"uuid":"625111980","full_name":"smaranjitghose/GhoseAILab","owner":"smaranjitghose","description":"A super useful Streamlit Application that enables me to efficiently share with students that homeworks, slides, suggested reading for each week of the courses I teach as guest lecturer or freelance trainer.","archived":false,"fork":false,"pushed_at":"2023-04-29T18:28:54.000Z","size":176,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T20:34:18.047Z","etag":null,"topics":["docker","edtech","gpt-4","open-source","openai","python","python3","streamlit","web-application"],"latest_commit_sha":null,"homepage":"https://ghoseailab.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smaranjitghose.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-04-08T05:24:31.000Z","updated_at":"2025-09-12T19:57:24.000Z","dependencies_parsed_at":"2023-05-31T20:45:53.373Z","dependency_job_id":null,"html_url":"https://github.com/smaranjitghose/GhoseAILab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smaranjitghose/GhoseAILab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smaranjitghose%2FGhoseAILab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smaranjitghose%2FGhoseAILab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smaranjitghose%2FGhoseAILab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smaranjitghose%2FGhoseAILab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smaranjitghose","download_url":"https://codeload.github.com/smaranjitghose/GhoseAILab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smaranjitghose%2FGhoseAILab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31451444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","edtech","gpt-4","open-source","openai","python","python3","streamlit","web-application"],"created_at":"2024-11-27T11:51:05.908Z","updated_at":"2026-04-05T21:35:44.562Z","avatar_url":"https://github.com/smaranjitghose.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ghose Lab of Artificial Intelligence\n\nA super useful Streamlit Application that enables me to efficiently share with students that homeworks, slides, suggested reading for each week of the courses I teach as guest lecturer or freelance trainer.\n\n## 🚀 Demo\n\n**v.0.0.1**\n\n\n\u003cp align = \"center\"\u003e\u003cimg src = \"./assets/snapshots/v0.0.1_1.png\" height = 300 width = 450 alt = \"GhoseAILab v0.0.1 1\"\u003e\u003c/p\u003e\n\n\u003cp align = \"center\"\u003e\u003cimg src = \"./assets/snapshots/v0.0.1_2.png\" height = 300 width = 450 alt = \"GhoseAILab v0.0.1 2\"\u003e\u003c/p\u003e\n\n\n## ⚒️ Usage\n\n- Open your terminal / command prompt. \n\n- Clone the repository \n    ```\n    git clone https://github.com/smaranjitghose/GhoseAILab.git\n    ```\n- Change the directory to the cloned project\n    \n    ```\n    cd GhoseAILab\n    ```\n\n- Ensure you have [Python](https://www.python.org/downloads/) installed in your system \n\n- Create a new virtual environment\n    ```\n    python -m venv env\n    ```\n\n- Activate virtual enviroment\n    - On Mac/Linux\n        ```terminal\n        source env/bin/activate\n        ```\n    - On Windows\n        ```terminal\n        env/Scripts/Activate.ps1 \n        ```\n\n- Install the dependencies\n    ```\n    pip install -r requirements.txt\n    ```\n- Start the application\n    ```\n    streamlit run app.py\n    ```\n\n\n\n## Data Schema\n\nThe data is currently stored on a JSON with the following schema\n\n```js\n[\n    {\n    \"course_code\": \"DLH301\",\n    \"course_name\": \"Deep Learning for Healthcare\",\n    \"pre-requisites\": \"........\",\n    \"description\": \".....\",\n    \"instructors\": [\"Smaranjit Ghose\"],\n    \"semester\": \"Spring 2023\",\n    \"material\": [\n      {\n        \"week number\": 1,\n        \"topic\": \"Introduction to Deep Learning and Healthcare\",\n        \"g_slide\": \"https://docs.google.com/presentation/d/e/2PACX-1vSpCqGzK4luU4wcOdbWxACQ4JJNXlvMslgWapsQYzW5_YDHqDPVzrIMPCnEwpFvstbcnHqvzHNXfP-4\",\n        \"reading\": [\n          \"Deep Learning by Ian Goodfellow, Yoshua Bengio, and Aaron Courville\",\n          \"Deep Medicine: How Artificial Intelligence Can Make Healthcare Human Again by Eric Topol\"\n        ]\n      },\n      {\n\n      }\n      .\n      .\n      .\n    ]\n    },\n    {\n    \"course_code\": \"......\",\n    \"course_name\" \"......\",\n    .\n    .\n    .\n    .\n    },\n    .\n    .\n    {\n        ..\n        ..\n    },\n]\n```\n\n\n## Potential Features\n\n- Display as PDF\n- Load JSON into pandas, parse it, Display in an editable dataframe using AGGrid\n- CRUD on JSON using pandas + AGGRID\n- Use a wide column or KV Database\n- Semantic Search\n- GPT-4\n- Improve UI\n- t3 trial\n- CMS\n- Dockerize\n\n## 🛡️ License\n\nThis project is licensed under the GNU Affero General Public License v3.0 License - see the [`LICENSE`](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmaranjitghose%2Fghoseailab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmaranjitghose%2Fghoseailab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmaranjitghose%2Fghoseailab/lists"}