Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.44.1
metadata
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
- Upload your FASTA file or enter sequence data.
- Select the tool you want to use (BLAST, PubMed, KEGG, etc.).
- View results instantly in the browser.
- 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:
git clone https://github.com/biostackaryan/helixmind.git
cd helixmind
pip install -r requirements.txt
python app.py