Ask-me is a service designed to assist with various tasks, such as NFT creation, generating quotes, and translation.
- FastAPi
- React
- Tailwind
UI may appear broken, but I couldn't have done better.
✨Additionally, I included a feature to help users improve their commands by providing feedback and suggestions. Another feature allows users to request a quote along with an image of its author, adding a touch of authenticity.
🎈Moreover, Ask-me supports content in multiple languages by automatically translating it into English. Users can also upload audio files to receive a transcript containing all the words spoken, along with a word count.
NFT_Model = "stable-diffusion-xl-lightning"
Chat_Model = "llama-2-7b-chat-fp16"
Improve_NFT_Command_Model = "hermes-2-pro-mistral-7b"
Quote_Model = "mistral-7b-instruct-v0.2"
Translate_Model = "m2m100-1.2b"
Audio_Model = "whisper"
- Enhance the user experience on the frontend, especially in terms of design. Making it more visually appealing can make a big difference.
- Implement a voice recording feature for whispers. It could add a personal touch and make interactions more engaging.
- Enable a feature to save pictures to the D1 database, associating them with user IP and browser information as identifiers.
- Find a solution to deploy Python workers along with their requirements on Cloudflare. This could streamline the deployment process and make scaling easier.
change the values which are cloudflare_token and id
/backend/env.py
open terminal
cd backend
python main.py
ORuvicorn main:app
change the debug
value to false in
frontend/next.config.js
run command
cd frontend
npm i
npm run dev