{"id":25805669,"url":"https://github.com/scriptogre/streamlit-bio-app","last_synced_at":"2026-06-14T05:32:39.679Z","repository":{"id":226662684,"uuid":"769323250","full_name":"scriptogre/streamlit-bio-app","owner":"scriptogre","description":"A Streamlit-based biology application for iGEM Biohackathon, integrating OpenAI's DALL-E for dynamic visual exploration of NCBI search results.","archived":false,"fork":false,"pushed_at":"2024-03-08T20:12:21.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-01T05:53:23.216Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scriptogre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-03-08T20:05:34.000Z","updated_at":"2024-03-08T20:10:12.000Z","dependencies_parsed_at":"2024-03-08T21:26:17.645Z","dependency_job_id":"f1311b38-56b4-41ae-99a4-60279eb0334b","html_url":"https://github.com/scriptogre/streamlit-bio-app","commit_stats":null,"previous_names":["scriptogre/streamlit-bio-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scriptogre/streamlit-bio-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptogre%2Fstreamlit-bio-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptogre%2Fstreamlit-bio-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptogre%2Fstreamlit-bio-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptogre%2Fstreamlit-bio-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scriptogre","download_url":"https://codeload.github.com/scriptogre/streamlit-bio-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptogre%2Fstreamlit-bio-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34310801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":[],"created_at":"2025-02-27T19:39:14.566Z","updated_at":"2026-06-14T05:32:39.664Z","avatar_url":"https://github.com/scriptogre.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Streamlit Biology Application for iGEM Biohackathon\n\nThis repository contains a Streamlit-based application designed for the iGEM Biohackathon. It enables users to search NCBI databases, select specific search results, and generate relevant images using OpenAI's DALL-E based on the selected titles.\n\n## Getting Started\n\n### Prerequisites\n\nBefore running the application, ensure you have Python installed on your system. This application requires Python 3.6 or later.\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/scriptogre/streamlit-bio-app.git\n   ```\n2. Navigate to the cloned repository directory:\n   ```bash\n   cd streamlit-bio-app\n   ```\n3. Install the required Python packages:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n### Configuration\n\nYou need to create an `.env` file in the root directory of the project with the following content:\n\n```\nNCBI_API_KEY=your_ncbi_api_key_here\nOPENAI_API_KEY=your_openai_api_key_here\n```\n\n#### Obtaining NCBI API Key\n\n- Go to the [NCBI Accounts](https://account.ncbi.nlm.nih.gov/) page.\n- Sign in or create an account if you don't have one.\n- Under the `NCBI API Key` section, click on `Create an API Key`.\n- Copy the generated API key and paste it into your `.env` file as the value for `NCBI_API_KEY`.\n\n#### Obtaining OpenAI API Key\n\n- Visit [OpenAI](https://platform.openai.com/api-keys) and sign up or log in.\n- Navigate to the API section in your account settings.\n- Click on `Generate new API key`.\n- Copy the generated API key and paste it into your `.env` file as the value for `OPENAI_API_KEY`.\n\n### Running the Application\n\nTo run the Streamlit application, execute the following command in the terminal:\n\n```bash\nstreamlit run app.py\n```\n\nNavigate to the URL provided by Streamlit in your browser to interact with the application.\n\n## Contributing\n\nContributions to the project are welcome! Please refer to the contributing guidelines for more details.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptogre%2Fstreamlit-bio-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscriptogre%2Fstreamlit-bio-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptogre%2Fstreamlit-bio-app/lists"}