8000 GitHub - aaayushh7/Accelcorp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aaayushh7/Accelcorp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accelcorp Web Application

Accelcorp is a comprehensive web application designed to assist farmers and veterinarians with crop management and animal health. The application consists of two main components: a crop analysis tool and the Vaidya AI for animal disease information.

ACCELCORP.mp4

Features

Crop Analysis Tool

  • Users can input market trends for various crops
  • Farmers can provide location, soil type, and desired crop
  • The system analyzes the data and provides:
    • Probability of success
    • Detailed crop-specific information
    • Environmental impact assessment
    • Economic projections

Vaidya AI

  • Focused on animal health and diseases
  • Users can input a disease name
  • The AI utilizes Large Language Models (LLM) to provide:
    • Detailed information about the disease
    • Source references, including book titles and page numbers

How to Run the Project

  1. Clone the repository:

    git clone https://github.com/yourusername/accelcorp.git
    cd accelcorp
    
  2. Start the frontend:

    cd frontend
    yarn
    yarn dev
    
  3. Start the backend:

    cd backend
    yarn
    npx prisma migrate dev
    npx prisma generate 
    tsc -b
    node dist/index.js
    
  4. Run Docker (ensure Docker is installed on your system):

    make sure you run postgres image in the docker container and add a connection url in .env
    
  5. Update .env

    add VITE_GEMINI_API_KEY
    
  6. Set up and run Vaidya AI:

    cd Vaidya
    python ingest.py
    python app.py
    

Contributing

We welcome contributions to Accelcorp! Please read our CONTRIBUTING.md file for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.0%
  • HTML 14.3%
  • Python 9.9%
  • CSS 4.4%
  • JavaScript 2.4%
0