Spaces:
Sleeping
Sleeping
File size: 1,370 Bytes
293a404 65d9234 293a404 d8df54a 293a404 9d2ae33 d8df54a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
---
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 |