Neurova AI is an AI-driven medical assistant that can analyze blood test reports, provide medical insights, and answer your health-related questions intelligently!
β
π Upload & Analyze Blood Test Reports β AI extracts insights from PDF blood test reports.
β
π¬ AI Medical Chatbot β Ask about symptoms, medical conditions, or general health advice.
β
π Find Nearby Doctors β Quickly locate the best doctors in your area.
β
π Blood Test Data Visualization β View blood test analysis through Bubble & Gauge Charts.
β
π‘ Random Health Tips β Receive useful health tips every time you open the app.
β
π Interactive Footer β Direct links to YouTube, Instagram, and GitHub for more updates.
git clone https://github.com/Farrel0xx/Neurova.git
cd Neurova
python -m venv env
source env/bin/activate # (Mac/Linux)
env\Scripts\activate # (Windows)
pip install -r requirements.txt
Open secrets.toml
in the .streamlit/
folder and add your API keys:
GEMINI_API_KEY = "your_gemini_api_key"
SERPER_API_KEY = "your_serper_api_key"
GROQ_API_KEY = "your_groq_api_key"
streamlit run app.py
πΉ Frontend: Streamlit (Python)
πΉ AI Processing: Gemini, Groq, or Serper APIs
πΉ Data Visualization: Plotly
πΉ PDF Processing: PyMuPDF (fitz)
Contributions are welcome! Feel free to fork this repo, create a new branch, and submit a pull request.
π§ Contatc Me: +79523924805
π Website: Neurova AI Website
π GitHub: Neurova AI Repo
π Made with β€οΈ by Farrel0xx