GithubHelp home page GithubHelp logo

beytullahyayla / dentai Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 1.0 80.3 MB

DentAi is a mobile application that aims to provide users with oral health-related information on a mobile device.

Python 0.30% JavaScript 0.60% Jupyter Notebook 99.10%

dentai's Introduction

Dentai

DentAi is a mobile application that aims to provide users with oral health-related information on a mobile device.

Installation

  1. Clone the project:

    git clone https://github.com/BeytullahYayla/DentAI.git
  2. Navigate to the project directory:

    cd DenAI
  3. Create and activate your python conda virtual environment

    conda create --name your_environment_name python=3.9
    conda activate your_environment_name
  4. Install the required dependencies for backend server:

    cd backend
    pip install -r requirements.txt
  5. Install the required dependencies for mobile client:

    cd ..
    cd ..
    cd frontend
    npm install

Usage

To run the backend server , first execute the following command:

cd backend/api
uvicorn main:app --reload

After running to backend server we need to tunnellise localhost:8000 port using ngrok server with following command.

ngrok http localhost:8000

Go inside the constant.js file in frontend/components folder and update API_URL variable using given tunelled api by ngrok server. Example:

export const API_URL = 'https://a708-185-252-41-74.ngrok-free.app';

Lastly, we're ready to run mobile application

cd frontend
npm start

Scan given QR Code by React-Native expo application and start using our mobile app :)

Project Pipeline

image

Backend Api Results

Screenshot 1

Application Screenshots

Screenshot 1
Screenshot 2
Screenshot 3

dentai's People

Contributors

mehmetoguzozkan avatar beytullahyayla avatar

Stargazers

Muhammet Yıldız avatar Yunus Emre Akıncı avatar Resul Çalışkan avatar Sercan ÖZER avatar  avatar

Watchers

 avatar

Forkers

mehmetoguzozkan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.