Skip to content
View CrispenGari's full-sized avatar
🧘
react native is a beautiful technology if you just close your eyes.
🧘
react native is a beautiful technology if you just close your eyes.

Block or report CrispenGari

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
CrispenGari/README.md

LinkedIn Instagram Facebook X Website Google Scholar

Tinashe Crispen Garidzira (Crispen Gari) is a software developer and AI Researcher focused on mobile health (mHealth), mobile agriculture (mAgric), and intelligent systems. With a strong background in deep learning, machine learning, and full‑stack development, he builds practical AI‑powered tools that improve real‑world decision‑making. He is the creator of dataloom and helperfns, and continues to contribute to open‑source AI tools and research. His 2026 focus areas include:

  • 🧬 AI for mHealth (disease detection, patient monitoring, telemedicine models)
  • 🌱 AI for mAgric (crop health analysis, yield prediction, pest classification)
  • πŸ“± Mobile & cross‑platform development (React Native, Flutter, web dashboards)
  • 🧠 Deep Learning (DL) & ML research


crispengari profile views

🌟 2026 Vision

"In 2026, I aim to push the boundaries of AI in healthcare and agriculture β€” building intelligent tools that improve lives, communities, and future technologies."

πŸ—ƒοΈ TECHNOLOGY STACKS

TOOLS AND TECHNOLOGIES BADGE
CLOUD PLATFORMS Google Colab Firebase Kaggle Clerk Hugging Face Convex
OPERATING SYSTEM Ubuntu Windows macOS Android
PROGRAMMING LANGUAGES C++ Java TypeScriptJavaScript Python
FRAMEWORKS Django Flutter Flask React NativeReact Vue.js
IDE & ENVIRONMENTS Android Studio Visual Studio Code Jupyter ESLint Node.js
VERSION CONTROL Git GitHub
SERVERS Tomcat Ngrok Expo
DATABASES MongoDB MySQL PostgreSQL Redis SQLite
DESIGN Figma Canva
ML/DL/AI TensorFlow PyTorch Pandas NumPy Matplotlib Scikit-learn OpenCV
DEVOPS Docker
TOOLS Postman Git Bash PowerShell cURL

πŸ† GITHUB TROPHIES πŸ₯‡

GitHub Trophies

πŸ‘¨β€πŸ’» SAMPLE CODE πŸ–₯️

# AI for mHealth β€” Example: CNN Inference Script
import torch
from model import CNNModel

model = CNNModel().eval()
img = torch.randn(1, 3, 224, 224)
pred = model(img)
print("Prediction:", pred.argmax().item())
// React Native 2026 β€” Health Monitoring Snippet
const App = () => {
  return (
    <View>
      <Text>mHealth AI Dashboard β€” 2026</Text>
    </View>
  );
};
export default App;
// C++ + LibTorch 2026 Example
#include <torch/torch.h>
int main(){
  auto tensor = torch::rand({3,3});
  std::cout << tensor << std::endl;
}
2026: Building AI for Health & Agriculture.

πŸ“Š GITHUB STATISTICS πŸ“‰

crispengari crispengari

mdazfar2

Pinned Loading

  1. chatbot chatbot Public

    this is a simple ai chatbot, with python pytorch and natural language processing.

    TypeScript 12 2

  2. dataloom-py dataloom-py Public

    🍦🍦 Dataloom is a custom Python ORM crafted for efficient management of SQLite3, PostgreSQL, and MySQL databases. Unlike traditional ORMs, Dataloom is purpose-built from the ground up, providing a s…

    Python 2

  3. askme askme Public

    πŸ™ askme is a social application that allows users to interact and discover new people within their location radius, identified as spaces in the scope of this app.

    TypeScript 4 1

  4. blackjack blackjack Public

    ♠♣blackjack is a real-time online web and mobile cards game built with react-native, nextjs and trpc.β™₯♦

    TypeScript 4

  5. gigsy gigsy Public

    πŸ‘·β€β™€οΈ This is a simple mobile application that allows users to advertise piece works/jobs in their location/city.

    TypeScript 1

  6. petmall petmall Public

    πŸˆπŸ• Online pet marketing made easy online. Market place for Pets.

    TypeScript 3