Update README.md

This commit is contained in:
G gael 2025-09-23 15:58:04 -04:00
parent 3d9be246f1
commit 59ec2cf271

View File

@ -1,11 +1,11 @@
# Gain-Viz
# gain_viz
![Python](https://img.shields.io/badge/python-3.8%2B-blue)
![Flask](https://img.shields.io/badge/flask-2.x-orange)
# gain-viz
# gain_viz
**gain-viz** is a Python-based web application for adjusting RF gain settings and visualizing their effect in real-time. It integrates with USRP and SCM devices, providing live IQ time-series and spectrum visualization.
**gain_viz** is a Python-based web application for adjusting RF gain settings and visualizing their effect in real-time. It integrates with USRP and SCM devices, providing live IQ time-series and spectrum visualization.
---
@ -26,8 +26,8 @@ Make sure you have **Python 3.8+** installed.
1. Clone the repository:
```bash
git clone https://github.com/yourusername/gain-viz.git
cd gain-viz
git clone https://github.com/yourusername/gain_viz.git
cd gain_viz
```
2. Build and install
@ -35,14 +35,14 @@ cd gain-viz
```bash
pip install --upgrade build
python -m build
pip install dist/gain-viz-0.1.0-py3-none-any.whl
pip install dist/gain_viz-0.1.0-py3-none-any.whl
```
## Usage
Run the application
```bash
gain-viz
gain_viz
```
Open your browser at http://localhost:5000