Skip to content

Commit ef8a61b

Browse files
Update version to 0.1.1 for Whisper API integration and AlphaFold fixes
1 parent 0db0319 commit ef8a61b

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# NeuroFlex: Advanced Neural Network Framework (v0.1.0)
1+
# NeuroFlex: Advanced Neural Network Framework (v0.1.1)
22

33
NeuroFlex is a cutting-edge neural network framework built on JAX and Flax, designed to address key challenges in modern machine learning: interpretability, generalization, robustness, and fairness. This project showcases state-of-the-art techniques and methodologies for creating more transparent, reliable, and ethical AI systems. Version 0.1.0 introduces exciting new capabilities in generative AI, consciousness simulation, and advanced problem-solving.
44

55
![image](neuroflex-architecture-svg.svg)
66

77
## Latest Updates
88

9+
- Whisper API integration for advanced speech recognition and transcription
10+
- Improvements and fixes to AlphaFold integration for protein structure prediction
911
- Generative AI capabilities for creative problem-solving
1012
- Advanced consciousness simulation for cognitive modeling
1113
- Sentence piece integration for improved natural language processing

setup.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="neuroflex",
5-
version="0.1.0",
5+
version="0.1.1",
66
author="kasinadhsarma",
77
author_email="kasinadhsarma@gmail.com",
88
description="An advanced neural network framework with interpretability, generalization, robustness, and fairness features",
@@ -31,8 +31,6 @@
3131
"tensorflow-cpu",
3232
"keras",
3333
"gym",
34-
"pytest",
35-
"flake8",
3634
"numpy",
3735
"scipy",
3836
"matplotlib",
@@ -54,10 +52,8 @@
5452
"ete3",
5553
"xarray",
5654
"torch",
57-
"git+https://github.com/google-deepmind/alphafold.git"
58-
"git+https://github.com/PrithivirajDamodaran/Gramformer.git"
59-
# If needed, install alphafold separately or specify a PyPI-compatible version
6055
"shap",
56+
"whisper",
6157
],
6258
extras_require={
6359
'dev': [

0 commit comments

Comments
 (0)