Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerryblessed/importation
A web application where students can receive scholarship funding and also further their Carrer.
https://github.com/jerryblessed/importation
azure flask generative-ai
Last synced: about 22 hours ago
JSON representation
A web application where students can receive scholarship funding and also further their Carrer.
- Host: GitHub
- URL: https://github.com/jerryblessed/importation
- Owner: Jerryblessed
- License: mit
- Created: 2023-11-15T13:08:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T08:16:09.000Z (11 months ago)
- Last Synced: 2023-12-29T13:57:06.945Z (11 months ago)
- Topics: azure, flask, generative-ai
- Language: Python
- Homepage: https://jerryblessed.pythonanywhere.com/
- Size: 7.45 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [AI Scholar Connect 📜 ](https://jerryblessed.pythonanywhere.com/)
Simple blog app built with Flask.
[Contact](mailto:[email protected])### [Demo Video 📺](https://vimeo.com/891677797)
# [Achitecural diagram 📜 ](https://github.com/Jerryblessed/Importation/blob/main/computer%20vision/Aischolarconnect%20achitectural%20diagram.png)## Features 💫
| Feature | Status |
| :--------------------- | :----: |
| Azure deployment | ✅ |
| Azure data base feaute | ✅ |
| Azure AI | ✅ |
| Google generative AI | ✅ |
| User Page | ✅ |
| User Login | ✅ |
| User Points | ✅ |
| User Delete | ✅ |
| User Log Out | ✅ |
| User Sign Up | ✅ |
| User Name Change | ✅ |
| User Settings Page | ✅ |
| User Profile Pictures | ✅ |
| Admin Panel | ✅ |
| Dashboard Page | ✅ |
| Password Reset | ✅ |
| Password Change | ✅ |
| Summer Note Editor | ✅ |
| Search Bar | ✅ |
| Post Edit | ✅ |
| Post Views | ✅ |
| Post Delete | ✅ |
| Post Creation | ✅ |
| Comment | ✅ |
| Comment Delete | ✅ |
| Logging | ✅ |
| Debug Messages | ✅ |
| Database Checker | ✅ |
| Dark/Light Themes | ✅ |
| Responsive Design | ✅ |
| Custom Profile Picture | ✅ |
| User Verification | ✅ |##
Requirements 📦- Flask
- Passlib
- WTForms
- Flask-WTF
- Google-generative-AI api
- Flaskwebgui ( if you run desktop.py )
- Python 3.10 or newer## Installation guide on Windows local machine ⬇️
download source code from Github 💾
`git clone https://github.com/Jerryblessed/importation.git`go to directory 📁
`cd softwarebank`install requirements.txt 🔽
`pip install -r requirements.txt`it's ready to run 🎉
`python app.py`
or
`python desktop.py`
for run flaskBlog as a desktop app 💯
## Installation guide on Azure cloud web app creation ⬇️
clone repositoryGo to the Azure
Signup and Login
click on 'create a resource'
click on 'create Web App'
Select code radio button for 'publish'
Fill in instance name
Select runtime stack as Python3.11
create database as MySQL 💾
configure github and select repo which contains the code
Review and create project 📁
wait for it to build then run the app using the created projects link 💯
## Installation guide to create computer vision ⬇️
click on Azure AI servicesselect 'computer-vision' and follow thorugh the step similar to installation guide for web app creation