File size: 1,201 Bytes
4466c5e
 
 
 
 
 
 
 
e46e6e3
4466c5e
8ec3495
4466c5e
 
 
 
8ec3495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
title: PeptideAI
emoji: 🔬
colorFrom: blue
colorTo: purple
sdk: streamlit
sdk_version: "1.41.1"
python_version: "3.13"
app_file: StreamlitApp/StreamlitApp.py
pinned: false
short_description: AMP peptide scoring, composition, wheel & 3D views.
---

# PeptideAI

**Live app:** [huggingface.co/spaces/m0ksh/PeptideAI](https://huggingface.co/spaces/m0ksh/PeptideAI)

PeptideAI is a Streamlit app for working with short peptide sequences. It estimates whether a sequence might behave like an antimicrobial peptide (AMP) using a small neural network, and adds views for composition, rough physicochemical numbers, optional mutation search, and helix-style visualization.

## What you can do

- Get an AMP vs non-AMP prediction with a confidence-style score  
- See amino acid composition and simple properties (length, charge, hydrophobic fraction, mass)  
- Run a greedy “optimize” pass that tries mutations the model likes more  
- Visualize a helix-like trace and helical wheel (approximation, not a solved structure)  
- Run t-SNE on embeddings when you have several sequences  

## Run it on your machine

```bash
pip install -r requirements.txt
streamlit run StreamlitApp/StreamlitApp.py
```