helixmind / README.md
Biostackaryan's picture
Update README.md
d8df54a verified

A newer version of the Gradio SDK is available: 5.44.1

Upgrade
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

  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:

git clone https://github.com/biostackaryan/helixmind.git
cd helixmind
pip install -r requirements.txt
python app.py