Skip to content

Ai powered calculator by using gemini-1.5-flash where you can draw using mouse or fingers

License

Notifications You must be signed in to change notification settings

Exido-Rio/AI-CALC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-CALC

Ai powered calculator by using gemini-1.5-flash where you can draw using mouse or fingers. This project tries replicate the apple's calculator although it's accuraccy is limited as due to free model api used . It let user draw using canvas and support both mouse (Desktop) and touch (Phones) devices.

SETUP :

  • You need gemini-1.5-flash model api key which you can get from

    https://ai.google.dev/gemini-api/
    
  • Then add it to contants.py or .env inside backend

  • Also create a .env file in frontend and add

    VITE_API_URL=  your backend url 
    
  • Just install requrements for backend run

    cd backend
    pip install -r requirements.txt
    

    and for fronted run

    cd frontend
    npm i 
    

DEMO :

  • Example question

  • It's Answer

  • More demo's are located inside docs folder

About

Ai powered calculator by using gemini-1.5-flash where you can draw using mouse or fingers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published