Spaces:
Sleeping
Sleeping
title: Helix Mind β Bioinformatics Toolkit | |
emoji: 𧬠| |
colorFrom: green | |
colorTo: blue | |
sdk: gradio | |
app_file: app.py | |
pinned: false | |
license: gpl-3.0 | |
sdk_version: 5.42.0 | |
# Helix Mind β Bioinformatics Toolkit | |
Helix Mind is an easy-to-use bioinformatics web app that brings together multiple tools for sequence analysis, literature search, and 3D visualization β all in one place. | |
## π¬ Features | |
- **FASTA File Analysis** β Upload your FASTA file to view sequence statistics like GC content and length. | |
- **BLAST Search** β Run BLAST directly in the app to find sequence similarities. | |
- **PubMed Search** β Look up relevant scientific articles quickly. | |
- **KEGG Pathways** β Explore metabolic and molecular pathways. | |
- **3D Structure Viewer** β Visualize protein and nucleic acid structures by PDB ID. | |
- **AI Assistant** β Get intelligent responses powered by ChatGPT (if API key is provided). | |
## π₯ How to Use | |
1. Upload your FASTA file or enter sequence data. | |
2. Select the tool you want to use (BLAST, PubMed, KEGG, etc.). | |
3. View results instantly in the browser. | |
4. For AI Assistant, enter your OpenAI API key in the input field. | |
## π¦ Installation (Local) | |
If you want to run it locally instead of Hugging Face: | |
```bash | |
git clone https://github.com/biostackaryan/helixmind.git | |
cd helixmind | |
pip install -r requirements.txt | |
python app.py |