Skip to content

rishovchakraborty/BrainCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

BrainCalc.ai

Welcome to BrainCalc.ai, a state-of-the-art smart calculator that leverages AI to provide advanced, intelligent calculations.

Technologies Used

  • Frontend: React
  • Backend: Python with FastAPI
  • AI/ML: Advanced algorithms for smart computations

Installation

Prerequisites

  • Python 3.8+
  • Node.js 14+
  • pip (Python package installer)
  • npm (Node package manager)

Installation

  1. Clone the Repository:

    git clone https://github.com/yourusername/BrainCalc.ai.git
    cd BrainCalc.ai
    
  2. Frontend Installation:

cd mathnotes
npm install
npm run dev 
  1. Backend Installation:
cd ..
python -m venv venv
source venv/bin/activate  # Use `venv\Scripts\activate` on Windows
python main.py
  1. Demo Video
screen-capture-7_YUFb0GrE.mp4