adityabilawar / ai-farming-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Farming πŸ‘©β€πŸŒΎ | Server Side

⚑ Setup

  1. npm install to install dependencies
  2. npm run dev to start server.

❓ General

Exposes API to interact with machine learning model.

πŸ“‘ Documentation

Server starts on localhost port 5000. POST request using URLs below. Key for file in request body must be file.

πŸ‡ Fruit/Vegetable Classification

http://localhost:5000/api/classify

🍁 Disease Classification Using Leaves

http://localhost:5000/api/leaves

βš™οΈ Technologies Used

  • Python, Tensorflow
  • TypeScript, Express

Other

Check out the client!

About


Languages

Language:Python 44.8%Language:JavaScript 30.2%Language:TypeScript 24.9%