Skip to content

aaespino238/Brain-Tumor-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain-Tumor-Classification

Check out the project

https://brain-tumor-classification-syw4urqyf2jue5aftr43eg.streamlit.app/

Running Locally

  1. Clone the repository:
    git clone https://github.com/aaespino238/Brain-Tumor-Classification.git
    cd Brain-Tumor-Classification
  2. Install Dependencies:
    pip install requirements.txt
  3. Set Up Environment: Create a .env file in the root directory and configure one or more of the following variables
    GEMINI_API_KEY=your-gemini-api-key
    OPENAI_API_KEY=your-openai-api-key
    GROQ_API_KEY=your-groq-api-key
    Support for additional models can be added by creating a proper provider file in utils/aisuite/providers/ and adding it to the MODELS list with the appropriate name in utils/llm_utils.py.
  4. Run the Application Locally:
    streamlit run app.py
    

Additional Information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published