https://github.com/matdexir/ai-final
This a fullstack mobilie app for the final project of my Artificial Intelligence class
https://github.com/matdexir/ai-final
mobile-app native-base python3 react-native
Last synced: 3 months ago
JSON representation
This a fullstack mobilie app for the final project of my Artificial Intelligence class
- Host: GitHub
- URL: https://github.com/matdexir/ai-final
- Owner: matdexir
- Created: 2022-06-04T07:13:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T04:39:20.000Z (about 4 years ago)
- Last Synced: 2025-01-08T16:07:59.285Z (over 1 year ago)
- Topics: mobile-app, native-base, python3, react-native
- Language: PowerShell
- Homepage:
- Size: 24.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI-Final
## Made with




## Screenshots
### Light Mode

### Dark Mode

## Frontend
### Usage
Install all the dependencies with:
`yarn`
To run the android app for android:
`yarn android`
If it does not work refer to:
[Expo](https://docs.expo.dev/workflow/expo-cli/)
## Backend
### Usage
I used FastAPI since I didn't quite get how to get Flask to work. But I should be able to fix the issues with Flask later
First(__PLEASE run it in Virtualenv__):
`pip install requirements.txt`
To run it:
NOTE: the port is hard-coded for now but I will fix it later
`uvicorn main:app --reload --port 8000`