Skip to content

Commit

Permalink
Update version to 0.1.1 for Whisper API integration and AlphaFold fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Aug 22, 2024
1 parent 0db0319 commit ef8a61b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# NeuroFlex: Advanced Neural Network Framework (v0.1.0)
# NeuroFlex: Advanced Neural Network Framework (v0.1.1)

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.

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

## Latest Updates

- Whisper API integration for advanced speech recognition and transcription
- Improvements and fixes to AlphaFold integration for protein structure prediction
- Generative AI capabilities for creative problem-solving
- Advanced consciousness simulation for cognitive modeling
- Sentence piece integration for improved natural language processing
Expand Down
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="neuroflex",
version="0.1.0",
version="0.1.1",
author="kasinadhsarma",
author_email="[email protected]",
description="An advanced neural network framework with interpretability, generalization, robustness, and fairness features",
Expand Down Expand Up @@ -31,8 +31,6 @@
"tensorflow-cpu",
"keras",
"gym",
"pytest",
"flake8",
"numpy",
"scipy",
"matplotlib",
Expand All @@ -54,10 +52,8 @@
"ete3",
"xarray",
"torch",
"git+https://github.com/google-deepmind/alphafold.git"
"git+https://github.com/PrithivirajDamodaran/Gramformer.git"
# If needed, install alphafold separately or specify a PyPI-compatible version
"shap",
"whisper",
],
extras_require={
'dev': [
Expand Down

0 comments on commit ef8a61b

Please sign in to comment.