DorsaRoh / Realize-AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧠 Realize AI

AI trained on custom user data.

The AI can:

  • 📁 Use your own data
  • 🔠 Memorize the conversation
  • 💬 Save the conversation

Data is saved in the 'data' folder!

Note: Accepted data types are .pdf and .txt files

Installation

1. Clone the repository

git clone https://github.com/DorsaRoh/Custom-AI.git

2. Install dependencies

pip install langchain openai streamlit pdfreader wikipedia-api streamlit

or

pip install -r requirements.txt

3. Usage

streamlit run app.py

Navigate to localhost:8501 in your web browser to access the app.

🚨 Enter your OpenAI API key in the key.py folder.

Sample Uses

See the PatientGPT.AI sample case: A medical sample use case of CustomAI, where doctors can upload data of their patients and have AI diagnose them for desired diseases and/or conditions.

About

License:MIT License


Languages

Language:Python 100.0%